Groups | Blog | Home
all groups > flash actionscript > december 2004 >

flash actionscript : Simple Flash Question!


Nigel Burke
12/26/2004 10:08:15 PM
:o
rszajkow
12/26/2004 10:12:01 PM
You can load it with a button like this, or skip the "on release" and just put
the action on the first frame. 50 is the layer above the original file it will
load to.

on (release) {
loadMovieNum("menu.swf",50);
}


}
Nigel Burke
12/26/2004 10:15:29 PM
Thanks for the quick reply. I'd like to tell the menu to appear on a specific
part of the page. Do I have to draw a box and add a script to tell the menu to
appear in it or is there a better way? I am, if you haven't already guessed, a
novice Flash user.
rszajkow
12/26/2004 11:00:20 PM
no just make yur menu the same size as the original file you're loading into,
put the menu where you want it on the canvas, and leave the background color
white and it will automatically be transparent.
AddThis Social Bookmark Button