This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-08-28 23:53:35

medog
Scratcher
Registered: 2012-07-20
Posts: 90

How to make a sprite draggable

So first, you might see a lock at the top of a sprite. If the lock is open or closed
indicates whether this feature is possible. Click the lock so it is open, and then give it a script like this:


when gf clicked
wait until <mouse down?>
if <mouse down?>
repeat until <not><mouse down?>
go to [mouse pointer]

Last edited by medog (2012-08-28 23:54:33)

Offline

 

Board footer