home *** CD-ROM | disk | FTP | other *** search
/ PC Play 1 / PCPLAY1.ISO / main.dxr / 00028_ClickContinue.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  180 b   |  16 lines

  1. global gInstall, gButton
  2.  
  3. on mouseDown
  4.   Select(gInstall)
  5. end
  6.  
  7. on mouseUp
  8.   if IsSelect(gInstall) then
  9.     DoInstall(gButton)
  10.   end if
  11. end
  12.  
  13. on enterFrame
  14.   play frame gInstall
  15. end
  16.