home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 April / macformat-049.iso / mac / Demos / Print Artist Demo / PA12-Mac.Dxr / 00032.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  451 b   |  22 lines

  1. on exitFrame
  2.   global playMode, loadNext, subPageWait
  3.   startTimer()
  4.   puppetSound(0)
  5.   if (playMode = "64KMemOK") or (playMode = "PPCMemOK") then
  6.     if loadNext = 0 then
  7.       nothing()
  8.     else
  9.       if loadNext = 1 then
  10.         unLoadCast()
  11.         preLoad(label("Cards") - 1, label("Cards") + 3)
  12.       end if
  13.     end if
  14.     go(#next)
  15.   else
  16.     unLoadCast()
  17.     preLoad(label("Cards"), label("Cards") + 3)
  18.     wait(30)
  19.     go(#next)
  20.   end if
  21. end
  22.