A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Navigation Bar for all Scenes

  1. #1
    Junior Member
    Join Date
    Jul 2010
    Posts
    3

    Navigation Bar for all Scenes

    Heya, I need some beginners help here

    ActionScript 3 is just too tough for me, so here's a probably very simple question: How do I manage to create a navigation bar across all Scenes (6) and Frames (125 per Scene)?
    I figure how to create the button and the AS, but it's only valid for one single frame then...

    How I did it:
    Code:
    land.addEventListener(MouseEvent.CLICK, fl_ClickToGoToScene_11);
    
    function fl_ClickToGoToScene_11(event:MouseEvent):void
    {
    	MovieClip(this.root).gotoAndStop(75, "Land");
    }
    Thanks for any help and education material!!

    Search function here keeps crashing or not loading, is that normal?

  2. #2
    Junior Member
    Join Date
    Jul 2010
    Posts
    3
    Anyone got any idea? Can't be hard to define buttons across different scenes?

  3. #3
    Juvenile Delinquent CVO Chris's Avatar
    Join Date
    Jul 2002
    Location
    Ulster, UK
    Posts
    520
    Try this, it's a much better way of doing it: http://library.creativecow.net/artic...o-tutorial.php

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