home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 144 / MOBICLIC144.ISO / pc / Milan.swf / scripts / DefineSprite_136_TraceBoxAlerte / frame_1 / DoAction.as
Text File  |  2012-04-23  |  262b  |  15 lines

  1. _global.TraceBoxAlerte = this;
  2. this._visible = false;
  3. this.BTNfermer.onPress = function()
  4. {
  5.    this._parent._visible = false;
  6. };
  7. this.FOND.onPress = function()
  8. {
  9.    startDrag(this._parent,0);
  10. };
  11. this.FOND.onRelease = function()
  12. {
  13.    stopDrag();
  14. };
  15.