home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / catitens.swf / scripts / DefineSprite_702 / frame_3 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  141 b   |  9 lines

  1. if(_root.man.downing)
  2. {
  3.    this.mc_in.bubble.gotoAndPlay(_root.current);
  4. }
  5. else
  6. {
  7.    this.mc_in.bubble.gotoAndStop(_root.current);
  8. }
  9.