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

#1 2012-09-29 09:46:29

anguz110
Scratcher
Registered: 2012-09-26
Posts: 5

I'm working on a Sonic spin-off, but when I press 'play'...

It spawns him (Knuckles) right in the middle of the screen. How do I make him spawn on the ground?

Offline

 

#2 2012-09-29 15:48:43

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: I'm working on a Sonic spin-off, but when I press 'play'...

Hey anguz110, it's hard to help you if we can't see the script. Could you please upload your project so we can look at it?

Offline

 

#3 2012-09-29 16:06:36

soupoftomato
Scratcher
Registered: 2009-07-18
Posts: 1000+

Re: I'm working on a Sonic spin-off, but when I press 'play'...

I don't know where your ground is, but I can be vague, I suppose.

Okay, so you have your floor.
Now, drag the Sprite of Knuckles to where it looks like he's standing there.
Now go to Knuckle's scripting area, and click "Motion"

Add this script:

when gf clicked
go to x: [NUMBER] y: [NUMBER]
Whenever you enter the Motion area, the "NUMBER"s are automatically made to be where you sprite is located, so don't change them!


I'm glad to think that the community will always be kind and helpful, the language will always be a fun and easy way to be introduced into programming, the motto will always be: Imagine, Program, Share - Nomolos

Offline

 

Board footer