Learn to make a Flash web site in cs3 and actionscript 3.0 (final Part)
Flash CS3 Website (2 del)
februar 18, 2010, v kategorijo: YouTube Flash CS3
lesena okna : OKNA KLI Logatec : izdelava spletnih strani : zobozdravnik ljubljana : nanotehnologija















function homeClicked(event:MouseEvent): void
{
gotoAndStop(’home’);
}
function aboutClicked(event:MouseEvent): void
{
gotoAndStop(’about’);
}
function contactClicked(event:MouseEvent):void
{
gotoAndStop(’contact’);
}
Great tutorial. I followed step by step watching the video, pausing, then working on CS3. It worked great. This saved me a lot of time trying to figure it out on my own. Thanks for posting!
i figured it out!!! i was naming the buttons in the library but not in the properties palette! (so the coding was not linking back to the instance name)! thanks blake912! this tutorial has really helped me out alot!
can someone please help, someone anyone- i am following this tutorial to the tee but when i go to test my movie, all of my content runs together. . . it doesn’t stop. i put stop actions on each frame as suggested- any ideas?!!! thank you!
mine says “expecting right brace before end of the program” but it has the same effect as your which the pages don’t stop changing