home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / mini_poo.swf / scripts / frame_3 / DoAction.as < prev   
Encoding:
Text File  |  2010-11-09  |  179 b   |  12 lines

  1. this.onMouseDown = function()
  2. {
  3.    if(_root.b10.moving == false)
  4.    {
  5.       _root.power.gotoAndPlay(1);
  6.    }
  7. };
  8. this.onMouseUp = function()
  9. {
  10.    _root.power.stop();
  11. };
  12.