A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: CAN'T NAVIGATE BETWEEN MOVIE SENES

  1. #1
    Junior Member
    Join Date
    Jan 2002
    Posts
    2
    I'm a new user of flash 5(two weeks experience!) I have manged to create flash movies in three SCENES. The movies are suppose to be non-interactive (might change my mind if i'm able to figure it). At the end of each scene,i created a button,which is to be pressed in order to progress to the beginning of the next scene. The button is fully interactive(flashes different colours when clicked)

    The problem is that when i click the button in scene one it doesn't go to the next scene.

    When the movie is played it flashes all three scenes intermittently

    I've managed to assign simple adtions like GoTo, TellTarget
    and On in the action panel. When ever i tried i get the a message from the Generator Instance which reads

    " Target not found: "scene 2 " Base =_level 10" What does this mean?
    Is it possible to use buttons to control these actions?

    PLEASE HELP! I'M DESPERATE.

    MAY I TAKE THIS OPPORTUNITY TO THANK ALL THOSE WHO WILL TAKE THE TIME TO READ AND PROBABLY HELP IN ANYWAY.

  2. #2
    NerdInside's Avatar
    Join Date
    May 2001
    Location
    Penguin Island
    Posts
    3,439
    Code:
    on (release) {
    	gotoAndPlay ("Scene 2", 1);
    }
    That will make it go to scene 2, frame 1 and play. Change the Scene 2 part to the correct scene and the 1 part to the correct frame.

  3. #3
    Junior Member
    Join Date
    Jan 2002
    Posts
    2

    NAVIGATION BETWEEN SCENES

    NerdInside,

    Thanks a million! You are the best. The code you offered worked.
    I am now trying to go backwards, i mean going from scene 3 to scene one

    I tried the code below (while in scene 3) but it didn't work.

    On (release){
    gotoAndPlay ("scene 1", 1)
    tellTarget ("scene 1"){
    }
    }

    Am i using the right action? Is tellTarget the right command? Please help again

    From a grateful member.


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