hi!
i’m new on this forum and i’m new on flash mx as also, quite an as dummie.
i’m trying to make a photogallery on page3 of my slidingpages. the slidingpages work fine and the gallery works also when not on the slidingpages. i just don’t know exactly where to put the actiona for the gallery so that e’thing works. if i put it on a frame in the timeline the slidingpages don’t work anymore. i’m not sure if ih ave to change something on the as (i used the code of the photogallery tutorials) or put a code that would make start the action when the button for page3 is released. wasn’t able to get that done
would be thankful for help!!!
Look in your code for “_root” and change that in “this”
scotty(-:
thx
After giving it a try the buttons are now working
Im having trouble getting it to work though, whats the best way to use this function?
This is what im doing at the moment but doesnt seem to work, the menu seems to pop-up at what looks like to me at random x/y cords :S
onClipEvent (enterFrame) {
if (hitTest(_root._xmouse, _root._ymouse, false)) {
this.gotoAndPlay(“menuIn”);
}
}
I basically want it to pop up if the mouse is over the movieclip
sometimes things can be sooo easy. thanks a lot!
no problem:)
btw welcome to kirupaforums=)
scotty(-: