-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to make button panel. each button have two type btn_home and btn_home_white I am trying to reach those buttons.It is work if I write for each button their own methods like
btn_home.addEventListener(MouseEvent.MOUSE_OVER,overEffect);
btn_home_white.addEventListener(MouseEvent.MOUSE_OUT…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is it possible to tween an element in percent in MooTools?
var slide = new Fx.Tween($('slide_box'));
$('next_slide').addEvent('click',function(){
slide.start('left', '-100%');
});
But this code tween an element by 100px, not in percent.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Could someone recommend me of a good Tween library for AS3 (for use with Flash, not Flex)
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is there an online cheat-sheet to graphs of common tween / easing functions? I want a bookmark I can refer to when picking a function for a tween (e.g., Quintic, Quadratic, "Bounce"). The only one I can do in my head easily is linear.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi! i have to create a movie where a text string move in horizontal.
the problem is that in the movie (800px wide) the text should go from right to left in about 7 seconds (so it have to go about 400px to the left in 7 sec).
i created a motion-tween with ease for my "text" and the tween is long…
>>> More