So, i have a two-dimensional Array of ID's and vote count - voteArray[i][0] = ID, voteArray[i][1] = vote count
I want the top 3 voted items to be displayed in different colors, so i have a 2nd Array - sortArray.
Then when i diplay the results i plan on using the data from sort array to find out what color the voteArray data should have...
I have a parameter that needs to be passed along with an event. After unsuccessful attempts to place it on the type by extending the class, I've been advised in another SO question to write a custom event.
I tried this before but I couldn't figure out how to send it, because I just want to send another parameter with a normal Event.COM...
I want to disable the tooltip on certain buttons.
The tooltip manager seems to be an all or nothing solution. Is it possible to disable the tooltip for just one or two buttons?
...
I want to link some images into a swc library in pure actionscript 3 - is this possible?
...
I need Open source lib for Audio based generative art (Flash/Action Script)
Something like or easier than Very Interactive People example
Something more strictly formatted and more 2d than Mr.Doobs examples
...
Is there an official Adobe update to the AMF3 specification? There appear to be changes to the way the flash.utils.Dictionary object is encoded in AMF in Flash Player 10, but the AMF specification has not been updated on Adobe's website.
...
I have five movie clips in my library. I want to load each to the stage with a fade in and fade out. I thought I could just call them into an array, but I can't find how to reference them. I have other clips in the library too so I can't just grab them all.
Anyone know how to do this? AS3, please.
TIA
...
I initially wrote my Main class to read from LoaderInfo to parse some parameters, but then I recently added a Preloader, with that being the "main class". Is there a clean way to move things over, or to retrieve LoaderInfo?
...
I need a simple rainbow trajectory motion in Flex builder.
We have 2 points [(x1, y1); (x2, y2)], we need to animate object from one to another over some simple rainbow trajectory like in this picture in 10 seconds
What libs could you suggest for such an operation?
...
Hi,
I am writing something in Flash/ AS3, and I came across this problem:
ReferenceError: Error #1056: Cannot create property txtInput on package.name.DocumentClasss
Basically I have a document class, and I can create instances of movieclips clips and compile without issues. But when I put a input text field ("T" icon in the palette) ...
I need Action Script3 / Pixel Bender blur filter with mapping capability’s.
We have such image, we want to apply such blur map to get such result
Its also known as Compound Blur effect.
Has anyone seen it done with AS3/ Pixel Bender?
Does Anyone know where to download such effect with source?
...
I have an an fla file, and I'm sure that it has some action script. I do ctrl+enter and it runs, it does stuff, but I can't find the code, I don't see any frame with the letter 'a' on it, where could it be ?
How to find it ?
...
When I try to access some of the private properties of the document class from another class, it outputs this error:
1119: Access of possibly undefined property _player through a reference with static type flash.display:Stage.
Here's the code from the document class:
package
{
import flash.display.MovieClip;
import flash...
I have two copies of an image (one called blurPic_mc & one called sharpPic_mc) and I want to be able to move both of them around the screen together. I need them to stay exactly on top of each other for some other functions I am running but right now the only one that moves is the top one (sharpPic_mc). Any Ideas? I included my code b...
I have a button with a MovieClip over the top of it.
Is there an easy way to tell flash to ignore the mouseOver events of the MovieClip
in ActionScript so my button doesn't flash?
...
Hey all,
This is not your typical 1120. I know better than to have buttons/MCs without instance names on the timeline.
Nope, this problem resides in a I timer I built from script I found online. The undefined property is related to the timer class delay I want to implement.
What I'm trying to achieve is have the user click the next bu...
Hi,
I'm new to Flash and ActionScript programming, so excuse me if I'm missing some basics here...
I'm building an application which will have a control to play, pause, step forward & step back through different versions of my visualisation - like the controls on your tape deck, but moving my visualisations through time, instead of tha...
How to perform RGB->YUV conversion with ActionScript?
Libs?
Tuts?
Articles?
...
Hi
Have been doing a lot of research on obtaining best quality video for use by the Flash Player.
Since the latest Player(version 9 and up) supports the H.264 codec I assume thats the way to go.
However am confused as to which output application and options to use for the best quality.
Have used open source Handbrake with mixed results. ...
Hey.
Im working on a flash project where I am loading multiple sounds from external files. The problem is that when I play them within my project there is a small delay from when they should be played until they are actually playing.
My sounds are very short and are loaded before the project is actually using them. I have looked up the...