home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / dxrs / intworld.dxr / 00004_StartAnimation.ls < prev    next >
Encoding:
Text File  |  1996-12-05  |  580 b   |  20 lines

  1. on StartAnimation
  2.   global IWFirstTime
  3.   repeat with t = 3 to 4
  4.     IWwait(0.29999999999999999)
  5.     set the loc of sprite t to point(245, 256)
  6.     updateStage()
  7.   end repeat
  8.   IWwait(0.29999999999999999)
  9.   set the castNum of sprite 2 to the number of member "LargeTitle"
  10.   set the loc of sprite 2 to point(317, 239)
  11.   updateStage()
  12.   IWwait(0.29999999999999999)
  13.   set the loc of sprite 17 to point(70, 463)
  14.   set the loc of sprite 18 to point(208, 462)
  15.   set the loc of sprite 19 to point(333, 421)
  16.   updateStage()
  17.   set the loc of sprite 6 to point(681, 489)
  18.   updateStage()
  19. end
  20.