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:
Text File  |  2009-06-30  |  201 b   |  10 lines

  1. global mainIndex, currentSection, mainMenuEnabled
  2.  
  3. on mouseUp me
  4.   trace("accepted")
  5.   currentSection = mainIndex[1]
  6.   loadSectionPage(currentSection)
  7.   mainMenuEnabled = 1
  8.   sprite(3).blend = 100
  9. end
  10.