home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1998 January / macformat-059.iso / mac / Demos / Martial Arts Demo / media / exit.Dxr / Internal_9_INTSRUCTION FRAME.ls < prev    next >
Encoding:
Text File  |  1997-09-30  |  151 b   |  10 lines

  1. on exitFrame
  2.   global mouseUpped
  3.   mainButton()
  4.   scrollingFrames()
  5.   if not (the mouseDown) then
  6.     set mouseUpped to 1
  7.   end if
  8.   go(the frame)
  9. end
  10.