Hello,
kony: If you do not mind, would you mind pasting your code using the code button instead of the quotes.
sorry hyk, i will use it.
I am stuck to make transition btw multiple MCs(4 mcs:ref_mc, ref2_mc, ref3_mc, ref4_mc).
my code is:
Code:
btn1_mc.addEventListener(MouseEvent.CLICK, onBtn1Clk);
addChild(btn1_mc);
btn1_mc.buttonMode = true;
var setBtn= function onBtn1Clk(evnet:MouseEvent):void {
Tweener.addTween(ref_mc, { y:500, time:1, transition:"easeinoutQubic", onComplete:setBtn,onCompleteParams:["ref2_mc","ref3_mc","ref4_mc"] });
I think wrong code is:
Code:
var setBtn= function onBtn1Clk(evnet:MouseEvent):void {
and One more question,
is that possible that a couple of different MCs coming up when one button is going to be presssed?
Please some tips , anyone, thank you.
Bookmarks