I’ve just joined, as I really need some help from some of your pro flash users. Ok I’m new to flash, only used it a few times…
The problem I’m having… I made a site in flash a while ago, v.basic (tell target etc etc) I’m making one now using the loadmovie command… Moving on
Today I started making it all up…I followed the tut on this site, and made external swf’s etc…OK the real problem
I have one movie…In this movie I have buttons, which open up a movie in the lower half of the site. The movie that opens up in the lower half, has buttons inside too, which I want to load movies into the loaded movie within the main movie phew
To give you a better idea…
Main movie
"
Movie loaded in lower half of above movie
"
Movie loaded into the above loaded movie
The first movie loads in the main without any problem, but when I try to load the 3rd movie,into the second(loaded into main)movie, nothing happens… I’m using the code given with the tut on this site…The one that creates an empty clip (container)…
I guess if you looked it at it, you might get a better idea…shrugs HELP ME Note this is rough as a dog so far, but i’m sure you’ll get the idea…I want the movie to load within the gallery movie that I loaded…if this is all confusing sorry…I’m a real newbie at this action scripting :hangover:
Thanks for any help you can give me, or even a work around…before I end up cutting the flash in half and working with two movies ;(
Nothing happens though…? When I run a test movie with just the gallery clip, everything works fine, but when I run through from the Main Movie clip, only the first loaded movie works…
Maybe I am crazy, but I don’t believe _current is an actual locator option in Flash. It sounds like if it was for anything it would be for a hyperlink aka a getURL location such as _self, _top, _blank, etc.
i needed to use _current or else the orange ball 1 loaded movie would crash becoz the drag targets were the same as the main movie…when i used _current, everything went smooth…
Its not in the AS Reference, Its not in the AS Dictionary, its not in the undocumented features list, its nowhere to be found through google or any other search engine.
Well I am glad to hear I am not completely insane RvGaTe…lol. I was scrambling everywhere to find information on this because I was wondering how I could have never learned that if it existed since it is a locator and thats one of the most important things to know in Flash.