A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: [RESOLVED] Flash Web Site

  1. #1
    Flash Pro
    Join Date
    Aug 2006
    Location
    Ohio
    Posts
    53

    [RESOLVED] Flash Web Site

    I'm looking to create an entire site using flash only but I'm running into some problems.

    Heres what I have thus far: http://www.342ft.com/XTEST.htm

    As you can notice, if you click between the "About The Artist" and "Contact Me" it will leave the artisit photo in the "Contact Me" area when it shouldnt. At first is doesnt, but when you click on the "Contact Me" button enough it wont refresh the layers. Kinda odd but I know I'm doing something wrong.

    I'm only using one scene, and the buttons are being linked with this script:

    on (release) {
    gotoAndPlay("61");
    }


    The frames are 40 apart so I can animate between subject areas. So each new button points to another frame/subject area along the timeline. Kinda like a large menu I guess.

    Any ideas as to what I may be doing wrong?

    Yes, I'm using flash 8
    Last edited by Deadstick342ft; 08-18-2006 at 01:54 PM.

  2. #2
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,449
    gotoAndStop("61");

    Also it is a better habit to give names instead of the frame numbers, for example

    gotoAndStop("myimage");
    - The right of the People to create Flash movies shall not be infringed. -

  3. #3

  4. #4
    Flash Pro
    Join Date
    Aug 2006
    Location
    Ohio
    Posts
    53
    Thx man!!! Cleared up all my issues! Thx!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center