Navigation Buttons

This is a discussion on "Navigation Buttons" within the Flash & Multimedia Forum section. This forum, and the thread "Navigation Buttons are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Mar 29th, 2005, 17:48
New Member
Join Date: Mar 2005
Location: Manchseter
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Navigation Buttons

Hi guys,

New to the site, looks pretty impressive I might add.

I have just a quick query, our product department has just launched a new range of clothing and I have been asked to put together a microsite, nothing spectacular just a few pages the main corp site will have a link to it, so I decided I would do it in Flash, I can use dreamweaver and fireworks ok but am new to flash.

I have created 6 pages/scenes and have buttons that would go to each of the scenes, what I need it the actionscript that will allow the user to navigate from page to page and then back again if needs be.

Also, how do you delete a scene?

Sorry if I rambled and hope you can help.

Thanks,

David.

  #2 (permalink)  
Old Mar 29th, 2005, 21:10
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
If you go to window > scene in Flash MX then you can bring up a scene manager window that allows you to re-order, delete, copy and create new scenes.

If you wanted to go from one page to another, then you can do so, by placing actions on a button.

Try:
Code: Select all
gotoAndPlay("scene1", 50);
Where 'scene1' is the name of the scene you're targetting and 50 is the number of the frame within that scene you want to play from. You can also use gotoAndStop(); if you don't want to play from the targetted frame.
Closed Thread

Tags
navigation, buttons

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
help with buttons within buttons jpixel Flash & Multimedia Forum 1 Sep 20th, 2007 14:53
Why are all the buttons at the top? Jellyfishin Webforumz Cafe 6 May 30th, 2007 14:01
help with fwd/backwrd buttons affecting other buttons typeofdoug Flash & Multimedia Forum 5 Feb 4th, 2007 03:48
Disabling navigation buttons HalUK JavaScript Forum 4 Jan 17th, 2007 11:12
Question about navigation buttons Lisa81 Web Page Design 8 Sep 3rd, 2006 06:08


All times are GMT. The time now is 16:47.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43