home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / makers / power / ue.dir / 00229.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  439 b   |  13 lines

  1. on enterFrame
  2.   set the locV of sprite 2 to 900
  3.   updateStage()
  4.   repeat with i = 20 to 25
  5.     if (i <> 22) and (i <> 23) then
  6.       set the castNum of sprite i to the number of cast string(char 1 to 2 of the name of cast the castNum of sprite i & "E")
  7.       next repeat
  8.     end if
  9.     set the castNum of sprite i to the number of cast string(char 1 to 2 of the name of cast the castNum of sprite i & "H")
  10.   end repeat
  11.   updateStage()
  12. end
  13.