home *** CD-ROM | disk | FTP | other *** search
/ Max Calendar 2001 / Max Calendar 2001.iso / pc / Data / Main.dxr / 00006_INIZIALIZZA CARICA MAC.ls < prev    next >
Encoding:
Text File  |  2000-10-16  |  270 b   |  16 lines

  1. global gConfigOk, gQtOk
  2.  
  3. on exitFrame
  4.   if (gConfigOk = 1) and (gQtOk = 1) then
  5.     go("Start")
  6.   else
  7.     if gConfigOk = 0 then
  8.       sprite(4).visible = 1
  9.     end if
  10.     if gQtOk = 0 then
  11.       sprite(5).visible = 1
  12.       sprite(6).visible = 1
  13.     end if
  14.   end if
  15. end
  16.