home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Princeton Review - Algebra Smart
/
ALGEBRA.iso
/
pc
/
exams
/
exams.dir
/
00008_Script_8
< prev
next >
Wrap
Text File
|
1996-10-02
|
470b
|
19 lines
on mouseDown
if trackHit() then
unload
set Qlimit = integer(word 2 of line 1 of field "Drill DataField")
global DrillQNum, turnBack
puppetsprite 47, 0
set DrillQNum = DrillQNum + 1
repeat with x in [2,8,9,30,31,32,33]
puppetsprite x, 0
end repeat
if DrillQNum = (Qlimit + 1) then
puppetsprite 11, 0
go to "DrillReport"
else
set turnBack = 0
go to the frame - 2
end if
end if
end