So I have these buttons and what i want to do it when you click on the button I need it to play more of the time line then go to the specific scene, frame and play.
The code I’ve been using is this but it just allows it to go to the next scene:
consumerButton_btn.onRelease = function(){
gotoAndPlay(“Consumer Goods”, 2)
}
Is there a way to tell it on Release play 10 more frames and then go to and play the scene I want it to?
If you need more details let me know. Thanks a bunch. I know it’s an easy thing but I’ve been thinking about it way too long and the brain is starting to hurt.