Picking unique random entries from a larger group. Adobe Flash / ActionScript
This tutorial describes a very efficient method for picking N unique random numbers from a list of M numbers. This method, based on a clever algorithm by famous computer scientist Donald Knuth, does not use arrays and only requires a single pass.
Random Jumping Flash Adobe Flash / ActionScript
Random Jumping - Predictability is way overrated. Web users all over the world expect a button to stand still when they click on it. So why not take a little of that predictability away from them? In this video, you'll learn how to generate random numbers in Flash and then use those numbers to create an elusive button or graphic that jumps to a random position on the stage every time your user hovers his mouse cursor over it.
Random Numbers Adobe Flash / ActionScript
In programming, it is nice to be able to create numbers that occur unexpectedly.To create numbers that occur with no set pattern, one would need to use random numbers.
Random Generator according to given percentage. Adobe Flash / Games
Randomly generate Numbers or Strings according to a given percentage. e.g.:15% chance of the output being the number 15, 35% chance of the output being the number 17, 50% chance of the output being the number 19.
Random colors custom ad banner with time counters Adobe Flash / Dynamic Content
In this easy lesson made for Flash MX, Flash MX 2004 and Flash 8 I will show you how to create a Flash banner ad that fits specific needs of the website it will be displayed on. The unique behaviour of this banner is that it will perform a random display of colored stripes for 9 seconds, after which it will come to a standstill.
Getting an Index Position from an Array Adobe Flash / ActionScript
There are several times when I found it helpful to get the position of an item contained in an array. This quest becomes especially useful when you are dealing with multiple arrays with items in one array corresponding with items in another array.
Flash Actionscript Goodies Adobe Flash / ActionScript
Heres a collection of actionscript scripts and codes to use as reference when creating dynamic flash projects, includes, loops,random numbers and key listeners for keyboard input
Creating Random Equalizer Bars in Flash Adobe Flash / ActionScript
This tutorial will teach you how to create a vertical randomly moving bar equalizer. These bars are going to move in a random manner by having a random value for their _yscale property on each frame.
Basic Guessing Game Adobe Flash / Games
In this tutorial you will make a basic guessing game in which the general point is that the computer will generate a random number, and the player will try to guess that number. As the player guesses the computer will give the player hints as to if the number they are guessing is too high or too low.