Jump to content
EN
Play

Forum

[Forum Game] CTRL+V


 Share

Recommended Posts

Use twins and hunter and win some games.

 

 

WWYDI you woke up in a room with a chair and a table with no doors, windows, trapdoors or anything to get out.

 

Share this post


Link to post
Share on other sites

import com.greensock.*;

import flash.*;

 

splashscreen.addEventListener(MouseEvent.CLICK, hidesplash);

 

function hidesplash(event.MouseEvent):void{

       hidesplash.visible = false;

       tnk_frame.visible = true;

}

 

addEventListener(onEnterFrame, anim_effect);

 

function anim_effect(event.onEnterFrame):void{

       stage.render('.bmp'+cv.root):{

       stage.save('localtmp');

       }

       localtmp_(stage.root).transition(bump_easeOut);

}

 

Was working on a forum app for tanki, than realized it was in the wrong coding engine. -_-

Share this post


Link to post
Share on other sites

This topic is now closed to further replies.
 Share

×
×
  • Create New...