Pages: 1
Topic closed
Make sure that other objects will stay with the object. click it in the sprites pane, and go to where you can name the sprite. right next to it, there is a lock. click it so that it is unlocked, and boom! it will be movable online and in presentation mode.
Offline
cool, i never knew how to make draggable windows.
Offline
Or if you want to be complicated, there's this:
Plus, this way it doesn't go to front, but its a bit complicated.
Offline
I've got a whole project full of dragging scripts I just made: http://scratch.mit.edu/projects/AtomicBawm3/824076.
Offline
I've known this ever since I've gotten Scratch, it's nothing new.
Offline
Oh awesome, I knew about the lock but I didn't realise you could use it like that! Thanks!
Offline
<when I receive[ What showed the window
<forever>
<go to x
(( x position of window <+> something )) )y
(( y position of window <+> something ))
<end>
Offline
Topic closed
Pages: 1