ok, i know i know i know... read before you ask, but i couldnt find anything relevant after looking for 30mins, so here i am

i have a button, in a movie clip

i want that button to play the main timeline

i know you CANT do that in flash4, but im using 5 and i was told way back when that it is possible

ive tried a few diff ways (all the ways i can think of) but i cant make it work. please help me :P

its gotta be something along teh lines of
Code:
on (release) {
    _level0.gotoandstop(framenumber)
}
right?