PDA

View Full Version : need help on sliding menu



PunkieDrewster
March 22nd, 2003, 08:04 PM
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?

kode
March 22nd, 2003, 08:29 PM
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. :)

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

beuvema
March 23rd, 2003, 06:42 AM
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?

kode
March 23rd, 2003, 06:53 AM
try this ;)

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


and read this ..

relative addressing (http://www.kirupa.com/developer/actionscript/tricks/relativeaddressing.asp)
_level (http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary422.html)
_root (http://www.macromedia.com/support/flash/action_scripts/root.html)
_parent (http://www.macromedia.com/support/flash/action_scripts/parent.html)
this (http://www.macromedia.com/support/flash/action_scripts/this.html)

:crazy: :P

beuvema
March 23rd, 2003, 06:57 AM
Yes great the root. part works
thx...

kode
March 23rd, 2003, 06:59 AM
no problem ;) =)

ps. just because it's working now, doesn't mean you shouldn't read it... just in case ;) :P

beuvema
March 23rd, 2003, 07:09 AM
You're right there... but i'am learning slowly..

cu beuvema

kode
March 23rd, 2003, 07:15 AM
Originally posted by beuvema
You're right there... but i'm learning slowly..
of course i'm right. i'm always right!! :P :sure: ;) jk

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. :)

see ya. =)