home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / paintnazorin.swf / scripts / DefineSprite_112 / frame_3 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  128 b   |  11 lines

  1. if(y < 252)
  2. {
  3.    y += l;
  4.    prevFrame();
  5. }
  6. else
  7. {
  8.    _parent.nzr.gotoAndPlay("drst");
  9.    _parent.gu.gotoAndStop(2);
  10. }
  11.