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

flash actionscript : help needed! im a newb


lawnchairskank
1/22/2004 10:07:00 PM
how do i make it so that at the first frame of a animation u have to click a buton for the animation to start?

Andre Hessler
1/23/2004 12:42:46 AM
Try "flash tutorials" in google or just read the manual.

Bye
-André-


[quoted text, click to view]

PierreAlain
1/23/2004 1:33:11 AM
Hi!

first, prevent using the first frame. I have better always start at the
second one.
If so, your first image will be in "2", the second one in "3"....
on first frame you put <gotoAndStop(2);>

your button on frame 2 will have

on(press){
gotoAndStop(3);
}

or <nexframe();> if you want the same button all long.

--

Pierre Alain

pie@lifnet.com


"Andre Hessler" <ahessler@gmx.de> a écrit dans le message de
news:bupmu7$584$1@forums.macromedia.com...
[quoted text, click to view]

AddThis Social Bookmark Button