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

flash actionscript : What is the actionscript for identifying a keyfra


wadezone
3/12/2004 11:45:41 PM
kglad
3/13/2004 1:32:01 AM
wadezone
3/13/2004 1:52:36 AM
I am new to macromedia a flash. I have built a fla and swf that has a 6 second
movie clip that goes from frame 1 to 83. I want this to be my opening splash
screen. I added the swf to my dreamweaver page
(www.bellwitchhaunting.com\intro.html.) When you go to this page I want it to
play the 6 second clip and then go to my opening default page
(www.bellwitchhaunting.com). What I have figured out is that I need some
actionscript in my swf. What I have isn't working. I know that I want to do a
geturl to my default page but not sure on what "on" command. Currently I have
"on release" which I don't believe is correct because it doesn't work. The
other problem I am having is the 6 second clip is looping but I can not find
this setting in the flash so I have loop=false in my html page. Any help what
actionscript I use when it hits the end of the 6 second clip to go to my
default page is appreciated.
kglad
3/13/2004 1:59:49 AM
attached to the the last frame of your 6 second clip put:

stop(); //prevents looping
wadezone
3/13/2004 2:12:30 AM
I have a dumb question, How do you attach something to the last frame? What are
the clicking steps. I actually tried but not doing something right so that I
can add a actionscript to the frame. I went to the timeline and clicked on
frame 83 but couldn't get the window so that I could had the code. I appreciate
you answering my questions.
kglad
3/13/2004 4:42:09 AM
at the top of your flash program, click on window/development panel/actions.
that should open the actions panel of your flash program. then click on that
last frame and enter the code above into the actions panel.
AddThis Social Bookmark Button