0
votes
1answer
439 views

Apply effect on window in Flex, Air, AS3

I'm looking to animate a popup window using the effect. The problem is that the effect is applied to the content of the popup window, not the popup window itself (including the title bar, minimize, ...
1
vote
1answer
530 views

ActionScript reverb algorithms

Is there any library , or resources, to start working on some audio filter and reverb algorithms to apply to existing files? (like 'Small Room' effect, and so on).
0
votes
2answers
1k views

AS2 code to AS3

So i have a problem. I found a cool old tv grain code (here :http://www.republicofcode.com/tutori...ash/old_grain/), but its written in AS2, and i want to convert it to AS3. So heres the original ...
0
votes
1answer
1k views

Fade Out, Fade In Transaction Effect - Flash Action Script 3

Basically I have a pre loader that shows progress of how much the showcase has loaded. When this has finished loading it moves onto the first/home frame. I want do a fade in, fade out effect during ...
1
vote
2answers
1k views

Flip Book Effect AS3

i m trying to develop a bb playbook app. how can i make a flip book effect with as3? i need to have 10 images(pages) to flip :S can anybody help?
0
votes
1answer
1k views

Flex 4 Move Effect only animating last target in array of multiple items

I am animating a number of items using the Move effect. I am adding each item to an array after it has been added to the display list and once all items are added calling the play method, passing an ...
0
votes
2answers
444 views

How to achieve this effect with AS3

A client has asked for a spinning wheel as part of their navigation. The user is faced with the edge of the wheel with the various navigation items on there, and they spin it with a click/drag of ...