There is a gravity bouncing cat that makes blue pen marks in the sprite folders and it says script 2. How can I make that gravity cat with a ball sprite instead of the cat? I tried copying the scripts of the gravity cat sprite to the ball sprite but it didn't work.
Offline
This belongs in help with scripts.
Offline
soniku3 wrote:
This belongs in help with scripts.
I silently reported this some minutes ago. :3
Offline
BLU_Spy wrote:
soniku3 wrote:
This belongs in help with scripts.
I silently reported this some minutes ago. :3
Don't worry, I also reported this, should've been moved soon.
Offline
There should be a gravity ball in the inbuilt library of sprites/images which is easy to modify to create bouncing and drawing. But the scripts from the cat probably don't work when you copy them because they probably rely on local variables which the new sprite (ball) won't have.
Offline
shadowmouse wrote:
There should be a gravity ball in the inbuilt library of sprites/images which is easy to modify to create bouncing and drawing. But the scripts from the cat probably don't work when you copy them because they probably rely on local variables which the new sprite (ball) won't have.
Yeah. There's already pong. But that would be nice.
Offline