Infinite menu tutorial

hi | i’ve just finished the infinite menu tutorial and i’m having a small little problem that i can’t get around. i’m using the exact menu pom did (300px) wide, and when the registration point reaches -300 it jumps back to 0 and when it reaches 0, it jumps back to -300. but for some reason that is not working with the animation i’m putting it in and i think it’s because of either the way i’m masking it or placing it on the stage, or the fact that the movie i’m putting it in is 295 pixels wide. anyone have any suggestions or want to take a look at the .fla?

thanks. - matt.

forget it, i just figured it out. thanks! - matt.

im havingthe same problem as you i think but my fla size is 299 pixels not 300 howd you fix yours!!?

By changing the numbers in the code I guess :-\

yeah, the mistake i made was stupid. i can’t remember exactly how i solved it but what i would do is delete the “menu_general” and start with the first menu bar all over again. make sure the dimensions are correct/exact for your particular movie, the registration point is on the left, etc… then, put one instance of that on the stage and then another, directling abutting it and make a new symbol by combining those two and call it “menu_general”. then, make sure that its registration point is on the left, too.

hope that helps, and works. happy holidays. - matt.

ahh mate thnx alot man! it worked i was havin the same problem :slight_smile:

Yea I used the same infinite menu tutorial but for some reason it would load a different scene but it will load a URL any help would be great

i’m not sure i understand what you mean. for instance, when you click on one of the buttons you have the action pointing to a new scene and it doesn’t work? but if you point it to a URL, it does? is that right? you want it to go to a new scene. what’s the code you’re using? on(release) gotoAndPlay(“scene_whatever”);

-matt.

Yea I using
on ( release) {
gotoAndPlay(“Scene2”, 1);
}

But it doesn’t work on that infinite menu any help?

hmm…

are you just doing “control-test movie”. you may have to publish the movie first and then check the .html page that it creates. i had the same problem when testing my movie at first. so, just publish it and check the html page and tell me what you see. - matt.

Nope even when I publish it doesn’t go to the scene. The button goes in to the over and down status but doesn’t go to the scene

i’m not sure what’s going on. do you want to post your .fla and i can take a look at it? - matt.

yea Sure

The problem here is that you can’t use the gotoAndPlay (“scene”,1); because your buttons are sitting inside a movieclip. Instead of targeting the scene and frame number, you can target a frame label and it will work. Here is your fla with the adjustments and it works.

Thx for the help