0
votes
2answers
170 views
Add/Tween/Remove - Multiple instances of the same MC (Tweenlite)
I'm trying to create a simple loop that adds a random number of stars, fades them out and removes them.
The script I've come up with does everything but remove them, and perhaps I need a less on …
0
votes
4answers
161 views
Swfobject and MooTools: Dynamic movie height
Greetings.
I am developing an animated homepage for a Flash-HTML hybrid website, and for the sake of standards, my solution is proving difficult. I am not a Javascript pro, so any help is …
0
votes
2answers
74 views
tinting a MC with tweener
Hi
I would like to tint a movieclip with the tweener class.
This is how I tint the mc without the tween:
var c:Color=new Color();
c.setTint(0xff0000, 0.8);
clouds.transform.colorTransform=c;
it …
0
votes
1answer
23 views
Smoothing flash animation
I've got a MovieClip containing several child clips (images and text).
I'm trying to scale this parent clip very slowly - from 102% down to 98% - this works, however the child movie clips are all …
0
votes
0answers
15 views
What is equivalent to FuseKit or Tweenlite (for Flash) in Java?
I've seen another post on stackoverflow but was not really satisfied with the responses.
I'm use to tweening using code in Flash. See FuseKit and Tweenlite. Are there java equivalents? This …
0
votes
2answers
185 views
How to tween (with ease out) a movie clip using only Action Script 2.0
I would like to tween a movieclip (with ease out) using purely action script 2.0. Does anyone know where to find any resources on this or could point me in the right direction?
Thanks!
0
votes
1answer
67 views
gotoAndStop oncomlete with TweenMax
Hello all
I'm trying to get onComplete (frame 5 in this case) to skip to a given frame after a series of animations. Here is what i have written so far. Shouldn't this work?
stop();
import …
1
vote
4answers
376 views
Tweening a Rounded Rectangle in Actionscript 3
I would like to tween between a short rounded rectangle and a tall rounded rectangle. (I only want deal with the height - no other parameters). I am programming with actionscript 3. My tweening …
0
votes
1answer
163 views
TweenMax change in-progress bezier
Is it possible to change smoothly transition between one bezier based animation and another using TweenMax ?
Before the first is complete I would like to create a new curve for the object to follow.
…
1
vote
1answer
205 views
OpenGL ES on Iphone: simple 2D animation (interpolation/tween)
Hi everyone,
I'm working on an app that basically revolves around 2D shapes (mostly simple polygons) being dynamically drawn and animated.
I'm looking for a way to easily time my animations. It's …
1
vote
2answers
250 views
FLash: Error when trying to use setChildIndex and TweenLite to create a button rollOver effect
Hi again everyone :) So today I'm trying to basically create a simple glow effect on button rollOver. I may be over complicating things, but the way I'm going about this is by having 2 …
0
votes
0answers
173 views
Flash AS3: Tween MC to MC on Frame to Frame
I am trying to build a four frame animation in Flash CS3.
The background images (each being set to MovieClips) change on each frame, and I want to put a fade out/in transition on each of the MC's.
I …
0
votes
1answer
135 views
TweenLite AS3 moving on x-axis issue
I'm trying to create a simple animation effect with TweenLite AS3, having a movieclip ("selectedFrame"), shift on the x-axis on the stage every few seconds. Other TweenLite effects (using the 'alpha' …
0
votes
1answer
109 views
Actionscript 3.0 Tween Question
I am currently working on a website for a construction company and I am trying to build a very simple flash intro. I have two images in the falsh intro: a tractor and a picture of clouds in the …
0
votes
2answers
128 views
Tween a value in iPhone objective-C
Is it possible to tween a variable (let's say a float from 0.0 to 2.0 over a period of time) in objective-C?
Something like what TweenMax would do in flash.
I guess the class methods of UIView don't …
