Search  

FLASH TRANSITION WEBPAGE

HomeForumsFlash DiscussionFlash Transition webpage
42528 WD40
8 posts

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
13487 designaholic
99 posts
Sold between 100 and 1 000 dollars Bought between 100 and 499 items

I believe "Abenson" has a file similar to what your asking about. Have a Look

Posted 3 months ago
3113 geoken
532 posts
Author was featured Sold between 1 000 and 5 000 dollars Bought between 1 and 9 items

The best way would be to read a book about actionscript coding.

Posted 3 months ago
40501 NnielsS
73 posts
Referred at least one person Sold between 100 and 1 000 dollars Bought between 1 and 9 items

1.Okay, first off all, it would be actionscript and not html.

2.Then, go to http://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