home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Princeton Review - Algebra Smart
/
ALGEBRA.iso
/
pc
/
exams
/
exams.dir
/
00022_Script_22
< prev
next >
Wrap
Text File
|
1996-10-02
|
394b
|
18 lines
on mouseDown
if trackHit() then
global DrillQNum, WrongList
set limit = count(WrongList)
set place = getOne(WrongList,DrillQNum)
if place = limit then
SwapComment 63
beep
unload
else
unload
set place = place + 1
set DrillQNum = getAt(WrongList,place)
RotateNumber
go to the frame - 1
end if
end if
end