|
-
[F8] How to animate page changes.
Hi everyone! I kindly ask for advice in how to simplest solve the following problem.
I have a navigator with 4 buttons. Lets called them 1 2 3 4.
Im gonna simplify what i want to achive. I want the navigator buttons to display 4 diferent pages (1, 2, 3, 4). Each page will contain an animation with a box that opens and the corespondent number pops out together with some text.
Here is the trick!
When you click on another button to go to another page, before skipping to that page i would like the number and text displayed to reverse, showing the number and text going back to the box and the box close. Then the new page will load (or the playhead goes somewhere else depending on how you want to solve it) showing the new box opening up displaying a new number and text.
I already understand how to do a traditional webpage where the new page just replaces the old one. I want to understant how to code this other idea so i can do some more interesting graphical things.
The best idea i have had myself is to creata the box.unpack animation with a stop after. Lets say you are on page 3 and click on button 1. My idea is to let the playerhead continue showing another animation where the number three jumps back into the box. At the same time, clicking button 1, triggers a variable called DESTIANTION to store the valu 1. When the repackageing of the muber three is complete the script checks the value of DESTINATION and goes to show that page. Im just not good enough to code this idea.
I would like to know if this idea is unnescesarley complicated. Can you help me with the script? Can you think of a better solution? How would you solve it?
Thanks, Lautaro.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|