This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2009-08-30 14:01:01

MrSkillz
Scratcher
Registered: 2009-08-30
Posts: 4

Help Pleasse : Character selection Screen

Hey i'm new here and my latest project is in need of a character selection screen a basic one would sefice pleasse help.

Credit will be given.

Offline

 

#2 2009-08-30 15:07:02

-db-
Scratcher
Registered: 2009-06-04
Posts: 100+

Re: Help Pleasse : Character selection Screen

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.


http://i31.tinypic.com/2n8ofg4.jpg

Offline

 

#3 2009-08-31 03:10:22

MrSkillz
Scratcher
Registered: 2009-08-30
Posts: 4

Re: Help Pleasse : Character selection Screen

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

 

#4 2009-08-31 11:40:30

-db-
Scratcher
Registered: 2009-06-04
Posts: 100+

Re: Help Pleasse : Character selection Screen

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.


http://i31.tinypic.com/2n8ofg4.jpg

Offline

 

#5 2009-08-31 12:16:53

MrSkillz
Scratcher
Registered: 2009-08-30
Posts: 4

Re: Help Pleasse : Character selection Screen

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

 

#6 2009-08-31 12:21:43

-db-
Scratcher
Registered: 2009-06-04
Posts: 100+

Re: Help Pleasse : Character selection Screen

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)  hmm

Last edited by -db- (2009-08-31 12:40:07)


http://i31.tinypic.com/2n8ofg4.jpg

Offline

 

#7 2009-09-01 03:55:31

MrSkillz
Scratcher
Registered: 2009-08-30
Posts: 4

Re: Help Pleasse : Character selection Screen

Ok....so ill use it but im going to change em so its what i need still using your project is that ok?

Offline

 

#8 2009-09-01 13:06:05

Fireball123_tests
Scratcher
Registered: 2009-07-01
Posts: 53

Re: Help Pleasse : Character selection Screen

<when[ sprite ]clicked>
<next costume>

Last edited by Fireball123_tests (2009-09-01 13:06:19)


http://img512.imageshack.us/img512/5359/costume1.gif

Offline

 

#9 2009-09-01 17:25:26

-db-
Scratcher
Registered: 2009-06-04
Posts: 100+

Re: Help Pleasse : Character selection Screen

MrSkillz wrote:

Ok....so ill use it but im going to change em so its what i need still using your project is that ok?

yep no problem at all


http://i31.tinypic.com/2n8ofg4.jpg

Offline

 

Board footer