home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / makers / power / ue.dir / 00274_Script_274 < prev    next >
Text File  |  1996-03-13  |  310b  |  9 lines

  1. on enterFrame
  2.   set the locV of sprite 2 to 900
  3.   updateStage
  4.   repeat with i=20 to 24
  5.     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")
  6.   end repeat
  7.   set the castNum of sprite 25 to the number of cast "25H"
  8.   updateStage
  9. end