Thrasher
%Europe/Berlin %698 %2010, 16:45
Dit is de actionscript die ik gebruik
Home.addEventListener(MouseEvent.CLICK, buttonClick);
function buttonClick(event:MouseEvent):void{
gotoAndPlay(50);
};
Info.addEventListener(MouseEvent.CLICK, buttonClick2);
function buttonClick2(event:MouseEvent):void{
gotoAndPlay(100);
};
wat is hier mis mee?! :) bvd!
Home.addEventListener(MouseEvent.CLICK, buttonClick);
function buttonClick(event:MouseEvent):void{
gotoAndPlay(50);
};
Info.addEventListener(MouseEvent.CLICK, buttonClick2);
function buttonClick2(event:MouseEvent):void{
gotoAndPlay(100);
};
wat is hier mis mee?! :) bvd!