==Scratch Cards!== -I really wanted to make a card game, so here we are with this. I didn't really have any ideas for what to put on the cards, so I decided to put Scratch's mascots and things like that on the cards, because I enjoy using them in games, because for me, it brings back memories of when I first started using Scratch 4 years ago on my old account. =Instructions= --When it's your turn, click on the card you want to play. --It says what the card does on the bottom of the card. --Attack deals damage, heal heals some of your Hp, and defense works like a wall; It has to get taken out before your opponent can do damage to you. --Win by taking out all of your opponent's Hp. =Remixing= -When remixing, if you are adding cards, there are a few simple steps. 1. Create costume for the card in the "Cards" sprite. 2. In the "Cards" sprite, go to the chunk of code labeled "Generate cards", which is at the very top and go down to the bottom of the chunk, and right above the custom block titled "Make Player Hands", add a repeat block. Set the block to repeat the amount you want it to be in the draw deck- the higher the number, the more common. Then, inside the loop, add a "Add (thing) to [Discard Pile]" block and switch the list to "Draw Deck". Finally, switch the "thing" to the costume number of your card. 3. Go to the chunk of code labeled "Play Card" and go to the very bottom. Duplicate the latest "If" block and put it at the bottom of the code, and switch the number in the "(number)" part of the "<(Card)=(number)>" to your card's costume number. Then, inside the "If" block there is a custom block. Unless it is the correct block, delete it and put in the correct one corresponding to what your card does. There are three blocks, "Deal damage () Player ()", "Heal () Player ()", and "Add defense () Player ()". In the player (), put in the "Play Card" custom block's block "Player" in that part. In the value (), put in the value of your effect. After doing this, you should be done!
-=All code by me, card art by me except for the pictures on the cards, which are made by Scratch, and all of the sound effects except for victory and defeat by me. Victory and defeat sounds by Scratch.=-