A Flash Developer Resource Site

Results 1 to 9 of 9

Thread: I have been stuck for hours (buttons)

  1. #1
    Junior Member
    Join Date
    Jul 2002
    Posts
    7
    Ok, all I want to do is make some buttons to navigate a flash site I am making, I dont know scripting so thats out of the question.

    What is happening is I click the button and it goes to the frame I want it tii but then the buttons disapear...what I would like is for someone to take me through step by step the multiple swf way of making a site, I juts cant get this to work

    v/r
    frustrated

  2. #2
    Member
    Join Date
    Apr 2002
    Location
    Zurich
    Posts
    97
    what exactly are you trying to do?

    and forget the thing about no scripting. (or do html again)

    maybe the problem is that the buttons are no longer on the stage because the sprite on the timeline is to short.

  3. #3
    Junior Member
    Join Date
    Jul 2002
    Posts
    7

    ...

    ok, sorry for the not so decriptive post hehe...

    I want something like this:


    |BUTTON|

    |BUTTON|

    |BUTTON|

    and the only thing I want is when you click on them, to go that part of the website. See, Im trying to make my first flash site and I need navagation buttons. I have heard of a way to do it with multiple swf but I dont know how.

    I know why they are disapearing now, its because I mke the button link to another frame in the timeline, and in that frame, there is no buttons, understand? Im sorry If I am confusing

  4. #4
    FK's Wave Pimp kamyab's Avatar
    Join Date
    Jan 2002
    Location
    Orange County, CA
    Posts
    1,210
    sounds like you want to use load movie with multiple swfs?

    well put an empty movieclip on the timeline, give it an instance name of "content" or something..

    on your buttons put

    Code:
    on (release) {
      loadMovie ("url of movie you wanna load", "content");
    }
    make multiple movies.. one for each section. so when you click the button, it loads the according movie


    i hope that helps you in some way

  5. #5
    Junior Member
    Join Date
    Jul 2002
    Posts
    7

    ...

    huh? I dont know how, I need step by step

  6. #6
    FK's Wave Pimp kamyab's Avatar
    Join Date
    Jan 2002
    Location
    Orange County, CA
    Posts
    1,210
    whats your email?

    ill make a .fla and send it to you

  7. #7
    Junior Member
    Join Date
    Jul 2002
    Posts
    7

    ...

    chadley10@yahoo.com thanks

  8. #8
    FK's Wave Pimp kamyab's Avatar
    Join Date
    Jan 2002
    Location
    Orange County, CA
    Posts
    1,210
    sent it

  9. #9
    Junior Member
    Join Date
    Jul 2002
    Posts
    7

    well I got it to work but...

    Hey! I finally got it too work, but one thing...I set the "forums" button to go to a url and when I run it in flash it works, but on the net it doesn't??? What's wrong with that...btw the little play button is just a cartoon I made a couple weeks ago, thanks for the help

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