Hi there

If anyone can help

I'm making an image gallery that loads swf's. When I press the next button I have this

on(release){
loadMovieNum("img>>>>>_root.nextimage<<<<<.swf", 1);
_root.nextimage++;
_root.previmage++;
}

There are 2 _root variables

1 nextimage
2 previmage

I need help updating >>>>>_root.nextimage<<<<<

Cheers