home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / winprogs / playsk / bridge.dxr / 00692_startMovie.ls < prev    next >
Encoding:
Text File  |  1996-06-30  |  433 b   |  17 lines

  1. on startMovie
  2.   global gInc, gInc2, gAnimList, gAnimList2
  3.   set gInc to 1
  4.   set gInc2 to 1
  5.   set gAnimList to ["IconNormal", "IconIn", "IconNormal", "IconOut"]
  6.   set gAnimList2 to ["IconNormal", "IconIn"]
  7.   repeat with channel = 2 to 48
  8.     set the cursor of sprite channel to [the number of member "Hand", the number of member "HandMask"]
  9.   end repeat
  10.   initFiles()
  11. end
  12.  
  13. on initFiles
  14.   global dressup
  15.   set dressup to "dressup"
  16. end
  17.