home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #9 / CDRTV2N9.iso / progs / vearth / shared.dir / 00549_Script_549 < prev    next >
Text File  |  1996-04-15  |  284b  |  10 lines

  1. on mouseUp
  2.   -- Return to page handler
  3.   global gChapter, gSection, gPage, gMaxPage
  4.   set the blend of sprite (the clickOn) to 100
  5.   updateStage
  6.   cleanChannels(5,21)
  7.   puppettransition 6, 8, 4
  8.   go frame string(gChapter) & "." & string(gSection) & "." & string(gPage)
  9.   
  10. end