simple problem
i have set _global.category = navpaint in function block
but how call in situation?
the trace works...
_root.navblank.blank_back.onpress = function() {
trace(category);
var contenttween2:tween = new tween (_root.navblank,"_x",back.easeout,14,-150,.5,true);
var contenttween:tween = new tween ( category,"_x",strong.easeout,-80,14,.5,true);
};
thanks,
anton
but how call in situation?
the trace works...
_root.navblank.blank_back.onpress = function() {
trace(category);
var contenttween2:tween = new tween (_root.navblank,"_x",back.easeout,14,-150,.5,true);
var contenttween:tween = new tween ( category,"_x",strong.easeout,-80,14,.5,true);
};
thanks,
anton
any insight?
i know quick fix.
thanks.
i know quick fix.
thanks.
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment