Results 1 to 2 of 2

Thread: help on Flash please D:

  1. #1
    Join Date
    Mar 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default help on Flash please D:

    yes umm im so new in flash...so here goes:

    you know in flash when you click on something it takes you into a new page and the background stays the same but the info is just different. uhh

    i cant really explain but i think im asking how would you link the Flash to other pages? not like websites or anything but just your other files O:

    please and thank you

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Well, I thought I knew what you were asking until that last line.

    Are you trying to link to other frames within the flash movie or another flash file?

    Linking to another flash file is kind of a complicated process for a beginner. Here is a good video tutorial on it, but it might be a little bit past your skills if you're just starting out.

    Linking WITHIN the same flash movie to another "page" or frame is quite simpler, you would use the following two actions:
    Code:
    gotoAndStop(32);  and gotoAndPlay(12);
    gotoAndStop goes to the frame number inside the parenthesis and stops, gotoAndPlay plays from that point forward.

    This is the very first tutorial I ever did when I began Flash. It helped me grasp the basics, maybe it will help you too.

    Good luck & Happy Flashing

Bookmarks

Posting Permissions

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