Articles related to web development
I have replied a hundred times this question, so I thought why not to post it here. Next time if I found any question related to this topic I will delete it immediately. :@ Update : well I was really mad at that time its oldie you know..
If you want your movie to stretch with [...]
This tutorial will demonstrate how to make a simple percentage preloader for your SWiSHMAX Movies.
Level : Intermediate
French Transalation here - Thanks to Pierre
Preview Example
We will use a function percentLoaded(); in this tutorial, to get the percentage of the movie loaded.
Description
————
This function returns the percent of the movie that has so far loaded into your temporary [...]
This tutorial will demonstrate how to make a very simple contact form using SWiSH MAX.
Level : Intermediate
I assume that you can make input boxes and know how to use variables. If you dont know how to use variables and how to make input boxes then please read the following tutorial before reading this tutotial.
Inputbox to [...]
The IF Structure
The if structure is used when you want to perform a specific/indicated action. It is activated when the condition becomes true. For example you have assigned a value to variable x=0 and you use if strutcutre like this
if(x==10) {
perform any action;
}
in this case this statement will be activated when the value of [...]