I'm making a game in WWII and start as a british solder and some amarican with a bazooka shows up and helps you and later on and french dude also helps I need to know how to make a button it the game or a keyboard shortcut to change witch character to play as!<switch to costume[
Offline
I think this belongs in All About Scratch.
There are multiple ways you could do this. Probably the easiest to understand for a beginner is:
[blocks]
<when[ whatever key you want ]key pressed>
<switch to costume[ that character's costume
[/blocks]
Note: that only works if each character only uses one costume. If they each use more than one costume, it's more complicated.
Make a script for each character, switching to the appropiate costume.
Last edited by Greenatic (2011-08-22 15:03:56)

Offline