home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / multi / acacia / results.dxr / 00008.ls < prev    next >
Encoding:
Text File  |  1996-11-13  |  253 b   |  15 lines

  1. on exitFrame
  2.   global gQuitDown
  3.   if rollOver(8) then
  4.     if gQuitDown then
  5.       nothing()
  6.     else
  7.       set the memberNum of sprite 8 to 16
  8.     end if
  9.   else
  10.     set gQuitDown to 0
  11.     set the memberNum of sprite 8 to 15
  12.   end if
  13.   go(the frame)
  14. end
  15.