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

#1 2008-03-02 22:10:13

mankee34
Scratcher
Registered: 2008-02-27
Posts: 19

Help with go to sprite

I have created a game where I want one object to always start on another sprite and move in a straight line. It doesn't seem to work correctly. This is the structure I used:

I used the following on the sprite that I want the object to always start on:

When Green flag is clicked
forever
if key <space> is pressed
Broadcast <move in straight line>


I used the following on the object I want to go in a straight line:

When Green flag is clicked
hide

When I recieve <move in a straight line>
Go to <Sprite 1>
Show
Glide 1 secs to x: 0 y:  180

Is there a way to make this work? Thanks!

Offline

 

#2 2008-03-03 09:53:01

EdnaC
Scratcher
Registered: 2007-08-28
Posts: 100+

Re: Help with go to sprite

Looks like it should work, what exactly is going wrong?

Offline

 

Board footer