I am trying to make an FPS and i need to know how to fix this issue.
The problem is, when i told the cross-hair to :
forever {
pointTowardsMouse();
move30Steps();
}
(of course, i used the blocks to do that... i did not use a different program.)
The cross-hair would track to the mouse, Good! But it is constantly shaking violently from side to side, Very Bad!
Please help.
regards,
CAA14
Offline
Instead of your current script, use this instead.
when gf clicked forever go to [mouse-pointer v]It's much smoother, and not complicated!
Last edited by sonicfan12p (2013-01-15 17:06:16)
Offline
Oh man, thank you!
As you can tell, I'm new to scratch and am currently learning a real(no offense to scratch ) programing language.
Thanks for pointing that out!
It did not know about that block...
Works now!
regards,
CAA14
Offline