Description
Keep away from the Red balls! You are the blue one. Use your mouse to control him.
Known bugs: The Ball is a bit spazzy. Working on it.
Know any other ones? Comment!
4 Comments
Imnottelling
Click this link: http://www.stencyl.com/game/play/70 72
to play my newest game, Roll, ball, roll!
0
Click this link: http://www.stencyl.com/game/play/70 72
to play my newest game, Roll, ball, roll!
0
MyChairHasALooIn
Hi there, I'm using a similiar mouse control behaviour in something i'm working on, but with a check to see how far the mouse is from the object following that sets speed to 0 if its too close, to stop the vibrating effect when the object and cursor meet.
if sqrt((X*X) (Y*Y)) < 3
set x speed to 0
set y speed to 0
if you've used the follow mosue behaviour you should have those x and y attributes in there already :)
1
Hi there, I'm using a similiar mouse control behaviour in something i'm working on, but with a check to see how far the mouse is from the object following that sets speed to 0 if its too close, to stop the vibrating effect when the object and cursor meet.
if sqrt((X*X) (Y*Y)) < 3
set x speed to 0
set y speed to 0
if you've used the follow mosue behaviour you should have those x and y attributes in there already :)
1