home *** CD-ROM | disk | FTP | other *** search
/ Shirley Barber's Fairies: Create, Paint & Play / Fairies.iso / pc / Files / Install.dxr / Internal_39_Play.ls < prev    next >
Encoding:
Text File  |  2003-11-06  |  268 b   |  11 lines

  1. global scrWidth, scrHeight, scrDepth, projectName
  2.  
  3. on enterFrame
  4.   cursor(200)
  5.   if scrWidth <> 800 then
  6.     Ok = baSetDisplay(scrWidth, scrHeight, scrDepth, "temp", 0)
  7.   end if
  8.   baRunProgram("C:\Program Files\Fairies\Files\InstallRun.exe", "normal", 1)
  9.   quit()
  10. end
  11.