Variables - part 1 - money system Adobe Flash / Games
Variables What YOU need to know Part 1 If you are serious about making games in flash you NEED to know about variables. Variables have been use in almost every great game there has ever been! There used for things like money , lives , objects and LOADS more things to. So hopefully by the time you've read this tutorial you will know the basic's of variables !
Variable variables in Flash actionscript Adobe Flash / Tips and Tricks
I often make use of variable variables, because I generally use interpreted languages like PHP. Variable variables are not supported in compiled languages like C++ etc. The same applies for Actionscript. Because I make extensive use of variable variables in PHP, I had some difficulties solving specific problems in Actionscript. Fortunately I found a trick to solve my problem. But before I show you the sample script I will give a short introduction to variable variables in PHP.
Loading variables from a text field and Editing/Updating the values via Perl Adobe Flash / Backend Integration
This tutorial basically shows you how to load variables into a Flash movie (Been there done that - what's new) In the same movie you can also edit those same variables and have them be displayed within the Flash movie immediately. By using a really simple Perl script you can update the variables with one simple button click. In this way you can have information passed to your movie dynamically and update that information at anytime.
Passing Variables to Flash Adobe Flash / Tips and Tricks
As part of my site deign I was after a method in which I could have a reusable banner. This banner was going to be a flash program and would be cached for every page. I wanted to pass a variable to the flash program, and that would be the title for that page.There are several methods of passing variables to a flash program. The first method that I used, passed the variables via the HTML tag value.