http://www.flashden.net/item/3d-menu-studio-v20-xml/3007
I’ve recently bought this and been toying around with it.
Figured out how to launch a swf in a blank movie clip, basically from the comments below from the author.
I understand it…kind of…
I’ve been trawling around here as per usual for hints and tips but I’m not quite getting what I’m trying to do.
Basically I want to be able to create a series of ‘mini-movies’ to launch inside this ‘holder’ movieclip but I’d like to do the ‘Transition effect’ as they are loading.
So they scale x and y to the width/height of the movie.
Pretty basic I assumed but I’ve tried and tried and just can’t figure it out.
I used an example
on (release) {
new mx.transitions.Tween(this._parent.mySquare, "_xscale", tweenMethod, xScale, 150, .5, true);
new mx.transitions.Tween(this._parent.mySquare, "_yscale", tweenMethod, yScale, 180, .5, true);
}
where ‘mySquare’ is the name of the object. So I just swapped that with ‘holder’ the instance name of the blank movie clip I’m loading swf’s into, and swapped the ‘this’ part for _root but it simply just loads the swf in and doesn’t do any animation on the clip…
The ‘holder’ movie clip is on the root, and the button that launches is the next level down.
Basically I’m just trying to make it look a little cooler than just loading it straight in.
I’m at a brick wall now and appreciate any pointers.
If theres anything I’ve failed to add please let me know. I obviously can’t share the .fla here as no doubt I’d get slaughtered hehe but I’m willing to share my version of the .fla on a 1.2.1 basis just to get some assistance and learn.
Thanks in advance.