Does anyone know if there is a scratch project tfrom which I can borrow that shows handles on a sprite so that the user can rotate the sprite? Or whatever similar to reach the same goal? ? Thanks in advance for any help.
Offline
Hmm... shouldn't be too hard. Simply "when clicked, point towards mousepointer".
Or, if you want only the handle to cause rotation, make it a seperate small sprite that follows the mouse when clicked but always remains within (X) of the main sprite. Meanwhile the main sprite would simply have to have "point towards" the other sprite.
Offline
I guess this is exactly what I need but... your pseudo-code doesn't mean much to me :} sorry, I'm very new at scratch. I'm pretty good at modyfying someone else's code, but I'm far from creating my own starting from... scratch. Would you mind attaching some code or posting a few links to relevant projects?
Thanks a lot for your help
Offline
By looking into the forums for "when clicked, point towards mousepointer" I found this post http://scratch.mit.edu/forums/viewtopic.php?id=2427. I guess it could do the job...
Offline
Try this http://scratch.mit.edu/projects/Mayhem/93144
Offline