
Welcome Guest
|
#1
|
|||
|
|||
|
The Case of The Disappearing Images: Help Needed
Okay i'll try 2 be straight to the point:
In my flash movie, I'm loading images dynamically from a remote folder. They import fine. However, when I load a movieClip from my Libray into the same movieclip that conatins the images...the images disappear. what gives. In a nutshell, here is the code i'm using: Code To Load & Set "X" and "Y" Position of Images (from Remote Folder): _root.master.MC.hslide.scrollerA.slide.tb1.createE mptyMovieClip("Img",1); _root.master.MC.hslide.scrollerA.slide.tb1.Img._x= 0; _root.master.MC.hslide.scrollerA.slide.tb1.Img._y= 0; loadMovie("past/1.jpg","_root.master.MC.hslide.scrollerA.slide.tb1 .Img"); _root.master.MC.hslide.scrollerA.slide.tb2.createE mptyMovieClip("Img",1); _root.master.MC.hslide.scrollerA.slide.tb2.Img._x= 0; _root.master.MC.hslide.scrollerA.slide.tb2.Img._y= 0; loadMovie("past/2.jpg","_root.master.MC.hslide.scrollerA.slide.tb2 .Img") Code To Load & Set "X" and "Y" Position of Movieclip (from Library): _root.master.MC.hslide.scrollerA.attachMovie ("catMC","category",1); _root.master.MC.hslide.scrollerA.category._x =100 _root.master.MC.hslide.scrollerA.category._y =10.0 The Images are loaded in the 1st frame of the MovieClip, called "ScrollerA" -and- The MovieClip is loaded in the 2nd frame of the (same) MovieClip, called "ScrollerA" Initially, when the movie begins the Images are automatically loaded, in the 1st frame. The user then clicks a button and the timeline for "ScrollerA" is directed to the 2nd frame and the Movieclip is loaded from library. Then comes the problem. When the user clicks another button to send the timeline for "ScrollerA" back to the first frame...the images are gone, even though the coding is still there. Any suggestions? |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Flash Images Needed | dean1969 | Work/Job Opportunities | 0 | 05-18-2007 11:43 AM |
| load images form external clip | Sewdn | Actionscript 2.0 |
3 | 11-15-2006 03:22 PM |
| Using dynamic text in flash 8 | kaseymac78 | Flash 8 |
15 | 10-02-2006 09:05 AM |
| Move & zoom | technode | Flash MX ActionScript |
0 | 11-28-2005 05:42 PM |
| game control HELP NEEDED | Evelyne1976 | Game Programming |
1 | 07-27-2004 07:15 AM |





