Question
5-state-anvanced button is too slow
5-state-anvanced button is too slow
by Pekka Varis on May 28, 2008 at 10:21:27 am
My AC3 made button is choppy:
http://www.catchline.fi/cow/version-04.html
normal button works fine and fast:
http://www.catchline.fi/cow/version-06.html
The 5-state button is made with this correct way:
------------------------------
AjaC.buttonMode = true;
AjaC.addEventListener(MouseEvent.ROLL_OVER,animIn1);
AjaC.addEventListener(MouseEvent.ROLL_OUT,animOut1);
function animIn1(event:MouseEvent):void {
AjaC.gotoAndPlay(2);
}
function animOut1(event:MouseEvent):void{
AjaC.gotoAndPlay(6);
}
------------------------------
If you think can help me, load the 2 fla (CS3) files from here:
http://www.catchline.fi/cow/slow.zip
http://www.catchline.fi/cow/working.zip
Pekka Varis
by Pekka Varis on May 28, 2008 at 10:21:27 am
My AC3 made button is choppy:
http://www.catchline.fi/cow/version-04.html
normal button works fine and fast:
http://www.catchline.fi/cow/version-06.html
The 5-state button is made with this correct way:
------------------------------
AjaC.buttonMode = true;
AjaC.addEventListener(MouseEvent.ROLL_OVER,animIn1);
AjaC.addEventListener(MouseEvent.ROLL_OUT,animOut1);
function animIn1(event:MouseEvent):void {
AjaC.gotoAndPlay(2);
}
function animOut1(event:MouseEvent):void{
AjaC.gotoAndPlay(6);
}
------------------------------
If you think can help me, load the 2 fla (CS3) files from here:
http://www.catchline.fi/cow/slow.zip
http://www.catchline.fi/cow/working.zip
Pekka Varis