hello all, im having a problem although it should be simple, its just not working.
I have a button with script on it that tells it to jump to a certain frame in the scene. That works fine.
Ok, after it jumps to that frame it plays the proceeding frames fine, at this point i want it to jump to a another scene and play the first frame.
The problem is, when the button is clicked, it goes fine to the frame i want it go to, and it just ends, nothing happens. I want it to jump to another frame on another scene.
Ive created an action layer with script right at the end of the sequential frames i want it to play. Simply does not jump to the other frame.
Ive tried these code, these codes are placed on the action layer.
-gotoandplay (“hist”); (hist being the label of the frame i want it to jump to in another scene)
-gotoandplay (“scene 7”, 1)
ive tried them over and over, nothing. Can anyone enlighten me on this matter?
Thanks.