elaborations
02-01-2004, 05:28 PM
Hi, I was wondering if anyone could help with this ...
I'm using a hexagon menu to display some objects. One object is placed on each slide of the hexagon menu (which can then be rotated left and right to see other "slides").
What I want to do now is to be able to click on the object (image) as a button and for it to go to another scene which shows the image blown up and some description next to it.
I have tried the following which doesn't seem to work:
Created an invisible button (or choosing the image as a button) and having
on(release) {
gotoand play( scene etc)
}
this doesn't work when I use it over the hexagonal menu, but when I move the button to somewhere else on the screen it works.
Just to give you a better idea the website is this:
www.elaborations.co.uk/mansour/index.html
Thanks in advance
Brad
I'm using a hexagon menu to display some objects. One object is placed on each slide of the hexagon menu (which can then be rotated left and right to see other "slides").
What I want to do now is to be able to click on the object (image) as a button and for it to go to another scene which shows the image blown up and some description next to it.
I have tried the following which doesn't seem to work:
Created an invisible button (or choosing the image as a button) and having
on(release) {
gotoand play( scene etc)
}
this doesn't work when I use it over the hexagonal menu, but when I move the button to somewhere else on the screen it works.
Just to give you a better idea the website is this:
www.elaborations.co.uk/mansour/index.html
Thanks in advance
Brad