DH Templates

Modifying a Flash Web Site Template?

I purchase a website flash template from MonsterTemplate.com and when I open up the .fla I only see the Home page. There are several other pages but they don't appear in Scene 1 and I cannot sort out how to change Scenes or access the other pages? Any ideas? I see the Scene switcher but it appears there is only 1 scene as when I click on it only one is visible. I was wondering of they just designed one page and somehow switched the main content on and off. Ok, Action Script then. how do I turn one script on and another off so I can work on a particular page?

Public Comments

  1. There is a scene switcher, its a button with a clack board on it.
  2. It uses Action Script. The basic flow of the flash web: 1) Start on Frame 1 (The Home Page) ----a)The Action Script says stop(); so it doesn't run it like a movie ----b)Buttons on the homepage link to other Frames ---------1) When you click a button for another page, Action script says gotoAndStop or gotoAndPlay The gotoAndStop and gotoAndPlay are telling the flash to go to a certain frame by either number: gotoAndPlay(39) gotoAndStop(2) or by a name: gotoAndPlay("homepage") gotoAndStop("anotherpage") These are just examples of how it works. If you need more help just ask.
Powered by Yahoo! Answers