This function returns the percent of the movie that has so far loaded into your
trmporary file folder, its possible values are from 0 to 100. It always returs an
integer value (means there will be no vlaue with point as 21.4 or 34.5, it will
always return a round vlaue as 21 or 34. So its really handy function because this
way we can let our movie goto any Frame number.
I assume that you already know how to make a simple preloader for your movies. You
will have to make two scences, in the first scene (will be will at the top) you will
place your percenatge preloader and in the next scene (Scene 2) you will place your
movie to be loaded(main movie)
Hits:31 Rate:0.0(out of 5) Vote:0 Submit Date :2007-01-18 Rate It | Error | Review
Create a text for your menu.. as CONTACT then make a shape under the text using gradiend fill tool with the colour you like group its to have a unique object named" menu contact
Hits:33 Rate:0.0(out of 5) Vote:0 Submit Date :2007-01-18 Rate It | Error | Review
If your movie or the html containing your movie is loadded in popup window, you can close it with in your movie button.
Create a button for close
Add its action JavaScript
self.close();
window.close();
does the same thing.
Hits:25 Rate:0.0(out of 5) Vote:0 Submit Date :2007-01-18 Rate It | Error | Review
Tell Target action is used to communicate with a seperate Sprite.
For example you are in main timeline and a sprite named Anim in your movie is on the first frame and stopped. You want the Sprite named Anim to goto frame number 2 and play. How to do this.
Hits:43 Rate:0.0(out of 5) Vote:0 Submit Date :2007-01-18 Rate It | Error | Review
Transition effect with masking
Insert and image or make a shape in swishmax,put it wherever you want,
Group as spite the image or shape you want to make the effect on,then draw any kinda of shape you want for my example here i used circle.
Hits:60 Rate:0.0(out of 5) Vote:0 Submit Date :2007-01-16 Rate It | Error | Review