Another good website for actionscript help is Kirupa.com. Really good tutorials, they teach you most of the things you need to know, even XML parsing, manipulating and storing. Gotta check it out.
It seems that the actionscript 2.0 type checking was not work as expected on some place. When
variables was created on for .. in loop. It will allow any variable type to be used. Or it is
default construt !? CODE var dayNames1:Array = ; for (var dayName:String in dayNames1) {
trace(dayNames1 ); trace(typeof(dayNames1 )); } CODE 5 number Tuesday string Monday
string Sunday string ....
Not sure if this is exactly the right place for this question, but I am very eager to find some
learning material or tutorials/articles in creating games using Flash 8 (which uses ActionScript I
believe?). The only thing I have really done in Flash so far is create a slide presentation with
forward/back buttons that is a tutorial for Delphi that I put up on my site. I am looking for some
basic flash game tutorials to get me started, so I can see some real code to play with, like uhh
Snake, Tetris, a asteroids type game, all the sort of popular starter games. I have ex....
Flash menus NOT EDIBLE. Here you’ll learn to make a menu for your website using Macromedia Flash
1)First Way – get URL Method. 2)Create a new movie. 3)Insert a couple of buttons from the common
libraries or make your own buttons. 4)Select this button get in to actions for this by pressing F9.
Select this button get in to actions for this by pressing F9 Insert this script as it is CODE
on (press, release) { getURL("sample.htm"); } Do the same for the other buttons and what you
have is a MENU for your website. Remember the name of your page takes place of SM....
hey i want to create a flash animation for my site that can update its text every time i change the
text in a .txt file how can i make this?
Notice from m^e:
Topic
edited to reflect content more suitably
....