I know how to do it, but I cant explain it in a short post.
You need to be familiar with:
Loading/parsing your XML file
Tracing the values from your radio button...
There are several ways to make that happen. It sounds like you are wanting to create an image gallery. You are not going to want to do that with physical buttons for each image, but rather use a...
I dont know if you are looking for as2 or as3, but here is the solution from AS3 code snippets:
1)turn your picture into a MovieClip Symbol F8
2)Give your movieclip the instance name "thePicture"...
If I were wanting to update the content in a textfield, I would create a variable that holds the data of your starting value then assign that variable to your text field. then have a 2nd variable...
Hello Majic-
I just took a look at your code, and it seems like your classes to work individually. Forgive me for not understanding, but I am failing to understand why you are trying to define two...
I am not sure exactly how your file is set up, but if You were using a "gotoAndStop(myVariable)" and the variable represented a frame number, then there is a chance that when you added the pre-loader...
Your question has 3 items you will need to learn:
1) You need to learn how to addEventListeners to an object to handle the "click" All code in AS3 is not on the object any more but handled in an...
I have noticed the drawing tools in Flash are sometimes finicky if you are used to Illustrator. For example if you manipulating a shape with the white arrow, and cross a path, sometimes that section...
Hello Jack-
I am trying to follow your code, and understand what you really are wanting. All the bingo games I played were on a 5x5 board with a wild space in the middle. It looks like you are...
I would suggest lynda.com to learn Flash. Do you have the source fla files or only the .swf? It is easy enough to re-create those interactions, but sometimes it is nice to start with existing file...
Adding a sound would not be difficult.
You would just need to select the sound in your library and edit its Linkage property so that you can call it with actionscript. The following article explains...
Download the flash player on the computer you are using and see if that solves the problems. You may be publishing the SWF at a higher version of the flash player than the computers have. If you...
Hello again.
Your Syntax is wrong again. You have nested functions for your radio buttons inside the submit button function. This make is so your variable "radioButtonPressed" is never triggered....