Hi, I am trying to make a simple platformer. I created an enemy kinda like a Cheep-Cheep from Mario, that is supposed to jump up and down. In this case, it's a shark. I programmed in a script for it, but for some reason, it doesn't work! Could someone download it and diagnose the problem? Whoever works on this will be credited in the credits as testers. Thanks!!!!
-AwesomeGaming
when gf clicked Like Pie :P
Offline
http://scratch.mit.edu/projects/AwesomeGaming/2625591
Offline
I'll write it out if it actually works.
It's original coordiantes are -93, -132. I am going to loop it if it actually works.
when i recieve [Game] glide 1 secs to x: (-93) y: (-132) wait (1) secs glide 1 secs to x: (-93) y: (-135)
Offline
This won't even open in Scratch.
Offline
AwesomeGaming wrote:
I'll write it out if it actually works.
It's original coordiantes are -93, -132. I am going to loop it if it actually works.when i recieve [Game] glide 1 secs to x: (-93) y: (-132) wait (1) secs glide 1 secs to x: (-93) y: (-135) wait (1) secs
fixed
also add a repeat block
Offline
AwesomeGaming wrote:
I'll write it out if it actually works.
It's original coordiantes are -93, -132. I am going to loop it if it actually works.when I receive [Game v] repeat (number) glide (1) secs to x: (-93) y: (-132) wait (1) secs glide (1) secs to x: (-93) y: (-135) wait (1) secs end
Like this I'm guessing is what they mean.
Offline