home *** CD-ROM | disk | FTP | other *** search
/ Comic Book Maker: The Smurfs / COMIC.iso / pc / data_w / cba2_40 / 00015_initBhvr.ls < prev    next >
Encoding:
Text File  |  2001-02-22  |  259 b   |  11 lines

  1. global gObj1, gObj4
  2.  
  3. on beginSprite me
  4.   update(sprite(100 + 1))
  5.   set grayoutList to [68, 70, 72, 80, 83, 84, 85, 86, 87]
  6.   repeat with i in grayoutList
  7.     disable(sprite(i))
  8.   end repeat
  9.   preloadMember(member 30 of castLib 1, member 180 of castLib 1)
  10. end
  11.