We Recommend

PIC Basic: Programming and Projects PIC Basic: Programming and Projects
The simplest quickest way to get up and running with microcontrollers. makes the PC accessible to students and enthusiasts. The practicalities of programming and the scope of using a PIC are then explored through 22 wide ranging electronics projects.


Posted By

Wiederkehr on 02/12/08


Tagged

flash Fuse as2


Versions (?)


AS2: Fade and Remove a target MC with Fuse


Published in: ActionScript 


  1. public function hideElement():Void{
  2. ZigoEngine.doTween( this, '_alpha', [ 0 ], 1, "easeOutExpo", 0, {scope:this, func:'removeElement'});
  3. } // END hideElement()
  4. public function removeElement():Void{
  5. this.removeMovieClip();
  6. } // END removeElement()

Report this snippet 

You need to login to post a comment.