I believe "Abenson" has a file similar to what your asking about. Have a Look
Posted 3 months ago
I was wondering if there was a way to make a transition from one page to the next. More like how you have some flash websites where things fly in and you click on next button and the things fly out. Is this possible to do in actionscript 2 or 3 or is it all html? If it is how would I go about doing it?
Posted 3 months ago
I believe "Abenson" has a file similar to what your asking about. Have a Look
Posted 3 months ago
1.Okay, first off all, it would be actionscript and not html.
2.Then, go tohttp://code.google.com/p/tweener/
and download Tweener (open source)
3.Tweener is not only a good way to make objects fly all ver the stage with easy coding, it also has some other neat features: (read)
http://hosted.zeh.com.br/tweener/docs/en-us/
and
http://hosted.zeh.com.br/tweener/docs/en-us/properties
4.those “special properties” like flying to a specific frame number or label is really useful and might help you!
5.You import tweener into your flash file by typing
import caurina.transitions.Tweener;
caurina.transitions.properties.FilterShortcuts.init();
6. You can then use them to create movement in your file.
Posted 3 months ago