home *** CD-ROM | disk | FTP | other *** search
/ Pokemon Promotional Discs / ANA_POKEMON_01.ISO / 2 / scripts / DefineSprite_126 / frame_26 / DoAction.as
Text File  |  2004-01-03  |  195b  |  17 lines

  1. if(framnum == 3)
  2. {
  3.    gotoAndPlay(22);
  4. }
  5. else if(framnum == 4)
  6. {
  7.    gotoAndPlay(27);
  8. }
  9. else if(framnum == 5)
  10. {
  11.    gotoAndPlay(30);
  12. }
  13. else if(framnum == 6)
  14. {
  15.    gotoAndPlay(42);
  16. }
  17.