home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Princeton Review - Algebra Smart
/
ALGEBRA.iso
/
pc
/
lessons
/
algm4.dir
/
00278_Script_scr18
< prev
next >
Wrap
Text File
|
1996-10-02
|
657b
|
28 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
if sprite (the clickOn) intersects sprite 14 then
global looporNo, Hstart, Vstart
puppetsound "Ding"
SwapComment 98
updatestage
set looporNo = 0
enableNext(41)
repeat with x = 30 to 35
puppetsprite x, 0
end repeat
go to marker(1)
else
puppetsound "Buzzer"
SwapComment 99
end if
puppetsprite (the clickOn), 1
set the locH of sprite (the clickOn) = Hstart
set the locV of sprite (the clickOn) = Vstart
updatestage
end