home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workplace Effectiveness:…ecision-Making Strategies
/
Workplace Effectiveness: Decision-Making Strategies.iso
/
pc
/
Files
/
Candles.dxr
/
00002_Navigation framework.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-12-16
|
344 b
|
30 lines
global gMasterData, gSection
on GoOn
stopSounds()
goNextMarker()
end
on goBack
stopSounds()
goPrevMarker()
end
on leaveThisMovie
if iAmActivated(gMasterData) then
getPrintData()
end if
stopSound2()
cursor(4)
go(1, "Menu3")
end
on notePadButton
DoNotepad()
end
on continueNext
stopSound2()
go(the frame + 1)
end