Thanks Pom! just a quick question though

Hey pom. I went through you sliding menu tutorial one more time and got it! Now like a young child who wont stop asking questions, i have one more…

Im a working on a sliding image on level 0.
The navigation which controls it is on level 1.

I Changed your button code from:

on (press) {
_root.xnew = _root.mask2._x+(4-1)*100/2;
}

To

on (press) {
_level0.xnew = _level0.mask2._x+(4-1)*100/2;
}

doesnt work though and not sure why. any ideas???

thanks
currygoat