www.falloutbmx.com is my site…
When you click the nav buttons to load different swfs using just the basic:
[AS]
on(release) {
_root.container.loadMovie(“http://www.falloutbmx.com/pathToMovie/whatever.swf”);
}
what i was wondering, is if its possible to fade those movies in and out with AS on the buttons, timeline, container, or where ever?