|
Post by johnnyruin on Apr 6, 2014 16:52:47 GMT
I have a simple movie setup with 4 scenes. Each scene has a unique name. I have 4 toggle buttons with GotoSceneName("Different Scene Name"); assigned to each so I can hop around between scenes. The same buttons are in each scene. After hopping around using the buttons a few times, the buttons stop working completely. I've tried with Loop turned on and off for the Movie with the same result.
I'm using the 3.4 Trial version.
Has anyone else encountered this behavior?
EDIT: I've even tried wrapping the GotoSceneName() function in an embedded Script library and see the same result... EDIT: I've also tried it with the standard button and the issue is still there...after clicking each of the buttons a few times, the onclick handlers appear to stop responding.
|
|
|
Post by Hippani on Apr 7, 2014 10:16:57 GMT
Is this in the player or when exported to HTML.
Is there any chance you could e-mail us your project to test with?
|
|
|
Post by johnnyruin on Apr 7, 2014 14:22:27 GMT
It's happening in both the export and the internal Player. What e-mail address shall I send the project?
|
|
|
Post by Hippani on Apr 7, 2014 15:55:01 GMT
Info@hippostudios.co Hopefully it will be a quick fix.
|
|
|
Post by johnnyruin on Apr 7, 2014 16:34:30 GMT
I've sent the .hani file to the address noted. Thanks so much for your time!!! I really want to purchase the product and this is the only issue holding my decision.
|
|
|
Post by Hippani on Apr 7, 2014 20:22:16 GMT
OK, we see the problem. You are using 'toggle buttons'. Once you press a toggle button it acts like a radio button (you can only press it once, you then have to release it using a script function), if you turn on use release, it acts like a check box with on and off states. What you want is just a normal 'button', every time you click it, it does something.
|
|
|
Post by johnnyruin on Apr 8, 2014 14:02:29 GMT
I'll give it a try with regular buttons again. Thank you for your effort! Yeah, this is one of those RTFM moments for me.....
|
|
|
Post by Hippani on Apr 8, 2014 14:43:43 GMT
To save time, recreate the buttons as normal buttons, and then use the swap function in the timeline menu to swap the old button for the new button.
|
|
|
Post by johnnyruin on Apr 9, 2014 21:10:20 GMT
Excellent. The swap function is great. Thank you!
|
|