Advertisment
Discover how to generate 10 unique, non-doubling random numbers, check out the code!
Flash doesn't provide you with this function so Flashkit has. This code will plug into any actionscript that may require this function.
Learn how to calculate a factorial in flash with this easy tutorial. Copy the script if you like too and paste it into your own work.
This tutorial will teach you how to use Sine and Cosine to create a calculator for the math functions.
This is a tutorial demonstrating how to use math to simulate the movement of a pendulum, until it stops, varying dynamically its parameters.
This tutorial demonstrates an effective, and efficient, method for detecting collisions between multiple instances of two movie clips.
Learn how to create 'watching eyes' by writing a script to detect the cursor movement and then make your movies react relative to that...
This tutorial will help you convert from one number system to another using Flash 5 Actionscript.
This tutorial shows you how to simulate an attractive force like gravity between two objects like planets.
some basic inertia techniques - position, scale, and rotation... intermediate knowledge of actionScript is required.
A short tutorial on how to disassemble a two dimentional speed, angle vector into x and y speed.
Using scripting on a movie clip, you can get it to follow the mouse around the screen, like a child who can't take a hint.
Knowing the direction of the player may be very useful if we decide to add some special features to our game. I explain in this tutorial how many...
Rope simulation, surge action and bubbles with collision detection. Includes source fla and .as scripts with commented code.