Smartclip navigation on mx and sliding pages

i have on my scene smartclip-buttons as on the tut. i then have an mc with the slidingwindows containing the slidinpages with the actions. would like to link the smartclips to the action on the slidingwindow so the pages would slide.
i added
on (press) {
_rootFpress
}
to the btn of the smartclip and changed the component it for each with page1, 2…
the code on the slidingwindowmc for sliding acts on: _root.page1 (which i figure has to be changed so that it acts when the smartclips on the scene are pressed) i just can’t figure out what to put instead :sigh: sometimes very confused with all the possibilities of actionscripting…
could anyone help me out?