home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Princeton Review - Algebra Smart
/
ALGEBRA.iso
/
pc
/
exams
/
exams.dir
/
00005_Script_5
< prev
next >
Wrap
Text File
|
1996-10-02
|
714b
|
24 lines
on exitFrame
global DrillQNum, turnBack
set the castLibNum of sprite 9 = 3
repeat with x in [2,8,9,11,47]
puppetsprite x, 1
end repeat
put integer(word 8 of line (DrillQNum + 1) of field "Drill DataField") into graphic
set the membernum of sprite 9 = ¨
integer(word 2 of line (DrillQNum + 1) of field "Drill DataField")
if not voidP(graphic) then
set the castLibNum of sprite 8 = 3
set the membernum of sprite 8 = graphic
set the locV of sprite 9 = (the bottom of sprite 8) + 18
else
set the castLibNum of sprite 8 = 1
set the membernum of sprite 8 = 17
end if
updatestage
if turnback = 1 then
RotateBack
else
RotateNumber
end if
end