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