home *** CD-ROM | disk | FTP | other *** search
/ Bakku no Oni - Blue / BLUE.ISO / mac / Browser / Blue / 00049.ls < prev    next >
Encoding:
Text File  |  1994-11-14  |  450 b   |  23 lines

  1. on startMovie
  2.   global col, jmp, bit, psize, c_no, w_no, cc_no, wc_no, show, ft, cat1max, cat2max, stat
  3.   set jmp to 0
  4.   set c_no to 1
  5.   set w_no to 1
  6.   set cc_no to 1
  7.   set wc_no to 1
  8.   set chk to 0
  9.   set show to 0
  10.   set ft to 0
  11.   set bit to 24
  12.   set psize to 640
  13.   set cat1max to 54
  14.   set cat2max to 48
  15.   set stat to 0
  16.   set col to the colorDepth
  17.   set ret to colmax()
  18.   if ret = 0 then
  19.     quit()
  20.   end if
  21.   set the cursor of sprite 16 to 260
  22. end
  23.