home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 June / PCOnline_06_1996.iso / mrmore / mrmore.dir / 00071_Script_71 < prev    next >
Text File  |  1996-04-11  |  292b  |  15 lines

  1. -- Zurⁿck-Script
  2.  
  3.  
  4. on mouseDown
  5.   global glThisLevel, gnThisFrame
  6.  
  7.   if CheckForPopup() then exit  
  8.   ClickButton(the clickOn)
  9.   
  10.   if gnThisFrame = 1 then 
  11.     GoFrame(GetAt(glThisLevel, count(glThisLevel)))
  12.   else
  13.     GoFrame(GetAt(glThisLevel, gnThisFrame - 1))
  14.   end if
  15. end