Question
Changing contents of movie clip after releasing button
Ok, so I'm trying to accomplish a seemingly simple task. I
have a gallery set up for a website, where if a thumbnail is
clicked, a larger version appears on a display. I can't use
external swf files because it doesnt add itself to the
getBytesTotal, so the loading bar wouldnt include it loading those
external swfs. There is a pause before the picture actually loads
(I want it preloaded).
Now I have the movie clips i want to exchange in my library, but dont know hwo to get them to become the on-screen movieclip. I have an on(release) function with _root.screen = 'mc_clip1'; is that not the right syntax? is there a better way to load mc's from the library?
Now I have the movie clips i want to exchange in my library, but dont know hwo to get them to become the on-screen movieclip. I have an on(release) function with _root.screen = 'mc_clip1'; is that not the right syntax? is there a better way to load mc's from the library?