Hello snickelfritz were you able to download the file? I couldn't find an email to send it to you so i sent a private message link to you. Was that ok?
Hey, I'm asking a question regarding the snippets panel. you have several more classes than i've. For example even tho I've installed Tween Max it doesn't show up there. Do i need to code something there? And you might also know what's wrong with this script stop();
function bombbutton_CLICK(e:MouseEvent):void
{
TweenMax.to(TV_Mc, 5, {x:36, y:364, bezierThrough:[{x:36, y:216}], orientToBezier:true, alpha:0, ease:Quad.easeOut});
} I get the error : 1120: Access of undefined property TV_Mc. With best regards, Markan