home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Princeton Review - Algebra Smart
/
ALGEBRA.iso
/
pc
/
lessons
/
algm1.dir
/
00280_Script_280
< prev
next >
Wrap
Text File
|
1996-10-02
|
750b
|
31 lines
on mouseDown
puppetsprite (the clickOn), 1
global Hstart, Vstart
set Hstart = the locH of sprite (the clickOn)
set Vstart = the locV of sprite (the clickOn)
end
on mouseUp
if sprite (the clickOn) intersects sprite 14 then
global looporNo, Hstart, Vstart
set the locH of sprite 31 = 341
set the locV of sprite 31 = 78
puppetsound "Ding"
SwapComment 282
updatestage
set looporNo = 0
startTimer
repeat while the timer < 60
nothing
end repeat
puppetsprite 2, 0
go to marker(1)
else
puppetsound "Buzzer"
SwapComment 285
set the locH of sprite (the clickOn) = Hstart
set the locV of sprite (the clickOn) = Vstart
updatestage
end if
end