Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I create a tween movie clip in AS

Status
Not open for further replies.

nickpark

Programmer
Joined
Jan 17, 2002
Messages
517
Location
GB
Is it possible to create a movie clip in AS?

If I had a list of jpgs, could I create some Actionscript to fade in each one? ie instead of creating a Movieclip for each jpg and saving it as a SWF.

cheers
nick
 
OK, thats a start. But how do I:
Create a layer
Load a jpg into the layer, frame 1.
Turn this into a symbol (?)
Create a keyframe in frame 10
Set the alpha in Frame 1 to 0%
Create a motion tween, so the image fades in.

??
 
You wouldn't be creating a tween, but gradually changing the _alpha setting of the created movie clip, through actionscript.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top