Skip to main content
Participant
December 2, 2008
Question

Problem with movie clip

  • December 2, 2008
  • 3 replies
  • 383 views
I've a big problem with movie clip...

I need to create a movie clip :
1) create an empty movie clip (done)
2) insert into this movie clip 30 empty frame using action script ( PROBLEM!!)
3) insert image into frame 0 , and the same image but bigger at the frame 30 (PROBLEM)
4) create a motion tweening between frame 0 and 30 ....
The image name are loaded from an xml file (DONE) ....
I want to create this movie clip "on the fly .::" using actionscript ....

Thank's ...
This topic has been closed for replies.

3 replies

kglad
Community Expert
Community Expert
December 4, 2008
you're welcome.

for free help i answer questions on this forum.

if you want me to create a template for you, you'll need to hire me by sending an email via my website.
kglad
Community Expert
Community Expert
December 2, 2008
you can but not the way you may be thinking: you can add a movieclip to frame 4 and load into that movieclip.

and if you're trying to create a tween and load images so they display that tween, you can do that by tweening a movieclip and then loading into a child movieclip of the tweened movieclip.
Participant
December 3, 2008
Thank's for all .... :-)

You can write an example to explain what i can do ?


kglad
Community Expert
Community Expert
December 2, 2008
you can't create a multiframe movieclip with actionscript. you can create one in the authoring environment and add that to another movieclip using actionscript.
Participant
December 2, 2008
AND so ... i haven't possibility to load an image in specified frame of my movie clip ?

Example :
load an image in frame 4 using actionscript ?