home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 January - Disc 2 / NET53B.iso / pc / basic / 00008_Script_8 < prev    next >
Encoding:
Text File  |  1998-11-11  |  109 b   |  9 lines

  1. on mouseUp
  2.   global gTop
  3.   if gTop=69 then
  4.     go to frame 45
  5.   else
  6.     go to frame 80
  7.   end if
  8. end
  9.