home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 8
/
cdrt08.iso
/
mac
/
PaperPlanes
/
Demo
/
00077_Script_77
< prev
next >
Wrap
Text File
|
1994-12-12
|
267b
|
13 lines
--init plane 18
on exitFrame
global Plane, NumSteps, Step
set Plane = 18
set NumSteps = 21
set Step = 1
set the text of field "NumLevels" = string(NumSteps)
global theGauge
mSetNumLevels(theGauge, NumSteps)
mSetLevel(theGauge, 1)
end