home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / mount.dir / 00027.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  320 b   |  16 lines

  1. global gtemp, gp_num
  2.  
  3. on exitFrame
  4.   set mx to the mouseH
  5.   set my to the mouseV
  6.   set gtemp to wakuchk(mx, my)
  7.   if gtemp = 0 then
  8.     spritexy(9, 700, 500)
  9.   end if
  10.   playsound(4)
  11.   animebutton3(3, "Quit,1", "Quit,2")
  12.   animebutton3(4, "Config,1", "Config,2")
  13.   mouseonsp2(5, "Return,U", "Return")
  14.   go(the frame)
  15. end
  16.