home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Princeton Review - Algebra Smart
/
ALGEBRA.iso
/
pc
/
lessons
/
algm1.dir
/
00283_Script_283
< prev
next >
Wrap
Text File
|
1996-10-02
|
376b
|
16 lines
on mouseDown
global Hstart, Vstart
set Hstart = the locH of sprite (the clickOn)
set Vstart = the locV of sprite (the clickOn)
end
on mouseUp
global Hstart, Vstart
puppetsound "Buzzer"
SwapComment 284
puppetsprite (the clickOn), 1
set the locH of sprite (the clickOn) = Hstart
set the locV of sprite (the clickOn) = Vstart
updatestage
end