PDA

View Full Version : Loader issues


hydrolyte
06-30-2004, 08:56 PM
edit: i've found that this might be a bug with flash...i wrote a test program that dealt exclusively with my buttons not appearing issue...they work fine in the loader if they all fire automatically, but when i put in actionscript to fire them at the end of each movie clip (i.e. in mc_a...._root.mc_b.play(); ) nothing happens

is this an addressing issue that the loader doesn't recognize?


I'm currently using a Loader component to pull in another swf file that involves two scenes.

I'm having two issues that I'm not quite sure how to fix.
First of all, I lost bitmap quality at some point in the source file, and when its pulled into the loader it looks just fine....this isn't a problem as it looks better but I'm curious why that might be happening.

My second issue is a major problem. In the source file when the second scene is called I have a series of movie clips firing (which encapsulate buttons).

When its pulled into the loader component, only the first movie clip animation plays, but the others don't appear to play their animation <tween from alpha of 0 to a visible status>. When I hover over the areas where they should be, the hand pops up so I know they're there, just with an alpha of 0.
However, when I play my source file, it works just fine <except at a lower quality, even though 'High Quality' is selected>.

I'll post my .fla's if needed, but if you have any ideas please let me know. :confused: