Need help on sliding menu

I did the Sliding Menu tutorial, under Flash 5 > Advanced, and I want the large things that it slides to to be clickable buttons…how would I do this?

welcome punkie =)

just convert to symbol each square. if you have flash 5 you have to convert them to button symbol, if you have flash mx you can use either a movie clip or button symbol. :slight_smile:

give me specific details on what you want to do, i may be able to help you more :wink:

I think I want to achieve te same thing, from the infinte menu (movie) create buttons which make a jump in the main movie somthing like

on (release) {
	gotoAndStop(151)
}

but obviously because we’re in the infinite menu it does not know where to jump can you help?

try this :wink:

on (release) {
_root.gotoAndStop(151);
}

=)

and read this …

relative addressing
_level
_root
_parent
this

:crazy: :stuck_out_tongue:

Yes great the root. part works
thx…

no problem :wink: =)

[size=1]ps. just because it’s working now, doesn’t mean you shouldn’t read it… just in case :wink: :P[/size]

You’re right there… but i’am learning slowly…

cu beuvema

Originally posted by beuvema
You’re right there… but i’m learning slowly…

of course i’m right. i’m always right!! :stuck_out_tongue: :sure: :wink: [size=1]jk[/size]

again, i strongly suggest you to read them. it may save you from some future problems. anyway… you can come back later and check the links. :slight_smile:

see ya. =)