Skip to main content
August 30, 2006
Question

load animated symbol

  • August 30, 2006
  • 1 reply
  • 307 views
Can I load a symbol from the library with actionscript at run time ?


Some symbols have more than 1 frame like animation and have to be created in flash and stored into a library. I want the animation to appear when i click a button, so it seems awkward to read from a file, using actonscript.
This topic has been closed for replies.

1 reply

Craig Grummitt
Inspiring
August 30, 2006
yes do this with the MovieClip.attachMovie method
August 30, 2006
ok what about loading images to the same movie clip over a period of time like a slideshow.