My account: Login | Sign Up
Loading...

How to animate the content going in and out with actionscript 3.0? | Thread profile

Thread profile page for "How to animate the content going in and out with actionscript 3.0?" on http://www.kirupa.com. This report page is a snippet summary view from a single thread "How to animate the content going in and out with actionscript 3.0?", located on the Message Board at http://www.kirupa.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity, which are reported in a table below. Additional thread profile information is also shown in the following ways:

1) Top Contributing Authors
2) Related Threads on "eBay Auctions"
3) Related Threads on Other Sites

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a thread's popularity and/or exact posting volumes at any given reporting period.

Title: How to animate the content going in and out with actionscript 3.0?
Site: Kirupa Forum  Kirupa Forum - site profile
Forum: ActionScript 3.0  ActionScript 3.0 - forum profile
Total authors: 6 authors
Total thread posts: 15 posts
Thread activity: no new posts during last week
Domain info for: kirupa.com

Thread posts in How to animate the content going in and out with actionscript 3.0?:

1. 
Started 2 months, 1 week ago (2008-06-30 19:20:00)  by fs_tigre
Hi, How complicated would be to create a website that when a button is clicked it animates the content going in and out, using tweens (using actionscript 3.0 only)? What I need to know is the logic that will make the tweens move. I can animate the movieClips coming in, but how can I animate what is going out at the same time depending on what button was clicked. I know this ...
Size: 881 bytes
Customize:  Customize "How to animate the content going in and out with actionscript 3.0? :: ActionScript 3.0 :: Kirupa Forum"
2. 
Started 2 months, 1 week ago (2008-06-30 21:07:00)  by nikefido
There are many ways to do this. What tweening method are you using currently?
Size: 116 bytes
Customize:  Customize "<b>Reply 1</b>: How to animate the content going in and out with actionscript 3.0? :: ActionScript 3.0 :: Kirupa Forum"
3. 
Started 2 months, 1 week ago (2008-06-30 21:41:00)  by snickelfritz
Animate the "out" portion of the transition in the click handler, then subsequently load the "in" transition onComplete. You can do this on the timeline manually, or use a tweening class.
Size: 254 bytes
Customize:  Customize "<b>Reply 2</b>: How to animate the content going in and out with actionscript 3.0? :: ActionScript 3.0 :: Kirupa Forum"
4. 
Started 2 months, 1 week ago (2008-07-01 11:18:00)  by fs_tigre
Quote: Originally Posted by nikefido There are many ways to do this. What tweening method are you using currently? TweenLite. Thanks
Size: 732 bytes
Customize:  Customize "<b>Reply 3</b>: How to animate the content going in and out with actionscript 3.0? :: ActionScript 3.0 :: Kirupa Forum"
5. 
Started 2 months, 1 week ago (2008-07-01 11:21:00)  by fs_tigre
Could someone be so kind and create an example? Thanks, fs_tigre
Size: 120 bytes
Customize:  Customize "<b>Reply 4</b>: How to animate the content going in and out with actionscript 3.0? :: ActionScript 3.0 :: Kirupa Forum"
6. 
Started 2 months, 1 week ago (2008-07-01 11:24:00)  by pensamente
when you select a new content, animate it in, then you store the it's reference so when you click new content you can animate out the previous selected content.
Size: 199 bytes
Customize:  Customize "<b>Reply 5</b>: How to animate the content going in and out with actionscript 3.0? :: ActionScript 3.0 :: Kirupa Forum"
7. 
Started 2 months, 1 week ago (2008-07-01 11:25:00)  by pensamente
hey... you ask: "What I need to know is the logic" so there you go! :p
Size: 156 bytes
Customize:  Customize "<b>Reply 6</b>: How to animate the content going in and out with actionscript 3.0? :: ActionScript 3.0 :: Kirupa Forum"
8. 
Started 2 months, 1 week ago (2008-07-01 12:39:00)  by fs_tigre
You are probably right pensamente, at the beginning I thought that by having an idea it would be enough. I was wrong. Can someone help me showing me some code? Thanks,
Size: 222 bytes
Customize:  Customize "<b>Reply 7</b>: How to animate the content going in and out with actionscript 3.0? :: ActionScript 3.0 :: Kirupa Forum"
9. 
Started 2 months, 1 week ago (2008-07-01 14:14:00)  by Alex Lexcuk
http://dnadillo.dn.ua/fla/js-swf-htm...-regulator. swf http://dnadillo.dn.ua/fla/js-swf-htm...-regulator. zip http://dnadillo.dn.ua/fla/js-swf-htm...e-on-scale. swf http://dnadillo.dn.ua/fla/js-swf-htm...e-on-scale. zip http://kind-armadillo.pochta.ru/FlaAC3/rain_ac3.sw f http://kind-armadillo.pochta.ru/FlaAC3/rain_ac3.ra r http://kind-armadillo.pochta.ru/FlaAC3/...
Size: 2,161 bytes
Customize:  Customize "<b>Reply 8</b>: How to animate the content going in and out with actionscript 3.0? :: ActionScript 3.0 :: Kirupa Forum"
10. 
Started 2 months, 1 week ago (2008-07-01 14:48:00)  by pensamente
ok ok tigre, let's go custom for you really simple and all made in timeline, with some code... really never know how to do this things. ActionScript Code: import gs. TweenLite ; var last_cont: MovieClip = new MovieClip ( ) ; this . contents1 . content_txt . text = "contents / 01" ; this . contents2 . content_txt . text = "contents / 02" ; this . ...
Size: 7,617 bytes
Customize:  Customize "<b>Reply 9</b>: How to animate the content going in and out with actionscript 3.0? :: ActionScript 3.0 :: Kirupa Forum"
 

Top contributing authors for How to animate the content going in and out with actionscript 3.0?

Name Posts
fs_tigre 7
pensamente 3
Alex Lexcuk 2
Anogar 1
nikefido 1
snickelfritz 1