Please post new questions on a different thread otherwise people won't see them and they will end up unanswered.
A general suggestion: if you see a project that you like and you want to make a similar one start by downloading the project you liked and change it.
Offline
Yeah i kinda wanna know that too........i wanna know how Example: If i had 2 opponents if one of them got their health down to 0 i would want it to say like....you win or you lose.
does anyone know how to do that?
Offline
You can try this script for the background:
<when green flag clicked>
<hide>
<forever>
<if><( <{ opponent 1 health }> <=> 0 )>
<switch to costume[ you lose
<show>
<end>
<if> <( <{ opponent 2 health }> <=> 0 )>
<switch to costume[ you win
<show>
<end>
<end>
Last edited by MyRedNeptune (2007-12-26 03:51:22)
Offline
You all should start off on small steps. You should also read the beginning guide for help because if you want to make some pretty cool and complicated games, you have to know the basics first. Just work your way up using forums and downloading other projects to learn from them. You can't just ask someone to tell you how do something. You have got to explore Scratch, boys and girls!
Offline
You all should start off on small steps. You should also read the beginning guide for help because if you want to make some pretty cool and complicated games, you have to know the basics first. Just work your way up using forums and downloading other projects to learn from them. You can't just ask someone to tell you how do something. You have got to explore Scratch, boys and girls!
Offline
Hi mygoodies, You can create a sprite and draw or type in the Image Editor "YOU WIN!"
At the beginning of your program use: [blocks]<hide>[/blocks] so that sprite is hidden.
Then when the opponent is defeated use the block [blocks]<show>[/blocks]
Does that work for you?
Offline
i want to make a game
Offline