some of you may know that you can slide an item for the appearance of walking down a long path. my question is if anyone can help me set a script causing it so stop scrollling. Can anyone help me?
Offline
PigsInSpace wrote:
some of you may know that you can slide an item for the appearance of walking down a long path. my question is if anyone can help me set a script causing it so stop scrollling. Can anyone help me?
Hm. Can you please link me to the project?
Offline
yes. I sort of want a "wall" so to speak where you don't go any further. If I go to far, I fall off my platform. I need it to stop going or at least connect to the other end.
Offline
sorry but I don't know how to edit posts. I will upload it and give you the link.
Offline
here's the link: http://scratch.mit.edu/projects/PigsInSpace/2024121
Offline
The 2 Movement Scripts should be:
Script 1:
Start
Forever If < <[Left Arrow] Pressed> and <Not <(ScrollX) = (0) >
Change [ScrollX] by (5)
{End of Forever If}
Script 2:
Start
Forever If < <[Right Arrow] Pressed> and <Not <(ScrollX) = (-1915) >
Change [ScrollX] by (-5)
{End of Forever If}
Last edited by laptop97 (2011-09-11 12:40:25)
Offline
k thanks i'll try that.
Offline