home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 8
/
cdrt08.iso
/
mac
/
PaperPlanes
/
Demo
/
00055_Script_55
< prev
next >
Wrap
Text File
|
1994-12-12
|
343b
|
16 lines
-- universal step audio
on exitFrame
global Plane, Step
if Step < 10 then
set theFile = "STEP0"
else
set theFile = "STEP"
end if
set theFolder = "P" & string(Plane) & ":Audio:"
set theStep = theFile & string(Step) & ".AIF"
startAnnotTimer()
sound playFile 1, the pathname & theFolder & theStep
end