home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
3D World 123
/
3DW_123.iso
/
pc
/
3dw.exe
/
3dw.dxr
/
Internal_15_accept_button.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2009-06-30
|
201 b
|
10 lines
global mainIndex, currentSection, mainMenuEnabled
on mouseUp me
trace("accepted")
currentSection = mainIndex[1]
loadSectionPage(currentSection)
mainMenuEnabled = 1
sprite(3).blend = 100
end