Newbie question - how do I make a sprite not draggable? I'm working on a game, and don't want people to be able to grab sprites and move them around with a mouse (only arrow keys).
Thanks!
Offline
Hi depdarksee,
by default sprites are not draggable in presentation mode or online. So you don't have to do anything to 'lock' them. On the contraray, if you specifically *want* to allow dragging sprites online and in presentation mode you can click on the little lock symbol to toggle between making a sprite moveable online or not.
Does that answer you question?
Offline
Perfect, thanks! I was only looking in the development UI.
Offline