I have been working on a site at www.videogamestoday.co.uk. Two of the areas utilize a type of scrolling bar which changes its scrolling direction depending on where the mouse is located. The scrollbar has buttons which when pressed jump to a specific scene in the movie (their are 11 scenes).
To do this I used zhe following code for the buttons :
On (Press)
Begin Tell Target ("moveonthing")
Call ("25")
End Tell Target
End On

"MoveOnThing" is an empty movie clip used as an instance in every scene once. I thought by jumping out of my scrollbar movie clip to this "moveonthing" clip I can call up a specific frame (in this case frame 25) which then jumps to the chosen scene.

This works fine in the Flash4 environment. But on my site I use Layer 0 for my navigation and Layer 1 for the seperate areas which are loaded up. When I load the problem areas up (Model and Prefab Areas on the site) in Layer 1 the mainscreen (Scene 1) works but I can't get the chosen scenes to appear!!

Any help would be greatly appreciated!!!