home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Flight + Action
/
FlightAction.img
/
mrmore
/
tonline
/
50.dir
/
00009_Script_9
< prev
next >
Wrap
Text File
|
1996-02-19
|
596b
|
28 lines
-- Einlesen der Seite
on exitFrame
global glTeleSoundList, gsThisFrame, gbTeleAuto
repeat with i = 1 to 48
set the puppet of sprite i = false
end repeat
updateStage
unload
if gbTeleAuto then exit
set n = count(glTeleSoundList)
-- repeat with i = 1 to n
-- if GetAt(glTeleSoundList, i) = gsThisFrame then exit
-- end repeat
set gbSpeaker = true
append glTeleSoundList, gsThisFrame
if soundBusy(1) then
nothing
else
SafeSound(1, char 1 to 7 of gsThisFrame & char length(gsThisFrame) of gsThisFrame)
end if
end