Discuss Scratch

TeamMagixZone
Scratcher
100+ posts

Particle effects

i want a sprite to randomly move up and down and stamp while hidden.
DONE

now i want the stamped sprites to move towards the left edge of the screen and not stop AT ALL.
NOT DONE.

How do i do the second one?
scubajerry
Scratcher
1000+ posts

Particle effects

what do you want it to do when it goes off the left edge?

//disappear?

repeat until <(x position) < (-239)>
move (5) steps
stamp
end
hide

//wrap to the other side
forever
repeat until <(x position) < (-239)>
move (5) steps
stamp
end
set x to (240)
end

Last edited by scubajerry (Oct. 12, 2013 11:42:34)

TeamMagixZone
Scratcher
100+ posts

Particle effects

I've done it now, but thanks for helping! i'll try to keep this in mind!

Powered by DjangoBB