im guessing you want a person to make one for you. im a little short on time right now, but i can briefly tell you how it's done. make pictures of each character to choose. then make a script saying:
if sprite clicked
(variable) set [choose character] to [set number for character]
you can use a variable for choosing the character. give each character a number and set the variable to the selected number for each character. then for costumes for other sprites, make the character costume or sprite change based on the variable value. hope that makes sense.
Offline
Ok...Ill Go Work on it on a seprate project so i don't mess things up, thanks
Does it work the same way for Stage Select.
Also, ive done that and now it seems to work perfect! but the only problem I have is Actually putting it onto a stage and then how do i make it so the sprites of who I made, will show up as the character selected?
So I've Done
<when[ Ichigo ]clicked>
<set{ Ichigo }to(1
Last edited by MrSkillz (2009-08-31 05:02:18)
Offline
it should also work for stage select.
if you have the characters as just one sprite, you can make the variable control which costume will show. if you have seperate sprites for each character, make the variable make the selected character show, and all the others hide.
Offline
Ok so all I have to do is make it so that it'll go onto the next stage into the stage select and then once that stage is selected go to stage number blah blah?
also, how do i make it so a certain stage is played when i press it?
Offline
i will make a quick project about it, so you can understand a little easier. it gets kinda confusing when you try to tell it to someone.
ok its online. take a look at it here: http://scratch.mit.edu/projects/-db-/666676
the character selection shows how to do it with multiple sprites, and the stage selection shows how to do it with just one sprite and multiple costumes.
(creepy project: 666676)
Last edited by -db- (2009-08-31 12:40:07)
Offline
<when[ sprite ]clicked>
<next costume>
Last edited by Fireball123_tests (2009-09-01 13:06:19)
Offline