After duplicating a scene named “Intro” and renaming it “question mark”, I can’t seem to instruct the animation to jump to the scene upon “Unload”. Now, I happen to be hovering over the new duplicated scene and as the Tool Tip suggests it had retained it’s original name “Intro Copy” (see pic) I wonder if this has anything to do with it? I did select both “Next Scene” and the new scene named “question mark” as a test in the time line instructions under “On Scene Unload”, nothing works so far.
Hi. That looks like a bug. (@Daniel could you have a look at this) When you save your document it updates to the right scene name.
However, it shouldn’t give any reason for not working within Hype.
What is your logic for unloading a scene and choosing a different scene on unload?
Your scenes unload (and run any actions) before they move to a different scene. So if you call a “Jump to scene” to a particular scene and then call the same action on scene unload unfortunately it’s not going to work.
If you want to jump to a particular scene you would have to do it at the point you call “Jump to scene”.
Thanks. After closing Hype and reopening the naming issue has resolved itself. However, I can’t seem to understand how to get the animation to advance from one scene to another automatically. I have previewed this in Safari and Firefox with no luck. Seems like a simple request, I know I am doing something wrong here.
This has a timeline action at the end of the animation on your first scene. It is set to go to next scene but you could also send it to whatever scene you want
FYI scene unload is really there to record things from the first scene to use later or to turn of audio or to cancel things that are happening in the scene before moving on and other things too. not for transitioning to scenes.
OK, I really just can’t figure this out. I have built another animation from scratch but it still will not “Jump” to the next scene. Even though in the setting I have commanded it to do so. Is there a time when Hype should be reinstalled? Side note: Second Scene: Rotating Block of Cheese, the rotation of the group is not working but that probably is a limitation of Hype. Green_Clock.hype.zip
It looks you're not rotating a group, but rotating each individual element. If you add it to a group, and rotate the group, you'll get the results you want: Green_Clock.hype.zip (32.0 KB)
That is correct. When you rotate several elements separately, it uses the center point of rotation (the transform origin point) for all of the individual elements as the point around which a rotation occurs. A group has its own transform origin point which governs all elements within it.
‘On scene unload’ runs after you’ve left the scene by some other means (another action caused the transition to another scene). If you want to jump to the next scene after something has happened, you’ll need to use a timeline action: http://tumult.com/hype/documentation/3.0/#timeline-actions