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

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