Click Here To See The Page Flash Script Help
By
Vicky Kumar
Vicky kumar | 11:47 AM | | 0 comments
Click Here To See The Page Flash Script Help
By
Vicky Kumar
Vicky kumar | 4:39 AM | | 0 comments
http://www.facebook.com/WestfieldUnitedhttp://www.facebook.com/webolusionhttp://www.facebook.com/craftingimagehttp://www.facebook.com/LakshyamNGO
By
Vicky Kumar
Vicky kumar | 4:38 AM | | 0 comments
My Fan Page on www.facebook.com
URL - http://www.facebook.com/flashscripthelp
By
Vicky Kumar
Vicky kumar | 4:37 AM | | 0 comments
By
Vicky Kumar
Vicky kumar | 12:57 PM | | 0 comments
By
Vicky Kumar
Vicky kumar | 12:56 PM | | 0 comments
Adobe Flash Player is the standard for delivering high-impact, rich Web content. Designs, animation, and application user interfaces are deployed immediately across all browsers and platforms, attracting and engaging users with a rich Web experience
By
Vicky Kumar
Vicky kumar | 12:46 PM | | 0 comments
Use only two Frame and Two Layer.
on 1st layer Make a Dynamic Text, Var name is "time".
on the 1st frame write this script
today = new Date();
time = today.getHours()
add ":" add today.getMinutes()
add ":" add today.getSeconds();
and Write this on 2nd frame
gotoAndPlay(1);
By
Vicky Kumar
Vicky kumar | 12:41 PM | | 0 comments
Create a Movie Clip And write this Script on it.
on(press){
startDrag(this,true,0,this._y,550,this._y);
}
By
Vicky Kumar
Vicky kumar | 12:39 PM | | 0 comments
Create a Movie Clip And write this Script on it.
on(press){
startDrag(this);
}
on(release){
stopDrag();
}
By
Vicky Kumar
Vicky kumar | 12:07 PM | | 0 comments
Welcome
The following pages will help you get started with using XML in Flash. You will learn the basics of what XML is and how it can be loaded into, used within and sent out of a Flash movie hopefully with a moderately high chance of success.
By
Vicky Kumar
Vicky kumar | 11:42 AM | | 0 comments
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
By
Vicky Kumar
Vicky kumar | 11:25 AM | | 0 comments
Vicky kumar | 1:17 AM | | 0 comments
Create Movie Clip And Write this Script.
on(release){
if(Stage["displayState"] == "normal"){
Stage["displayState"] = "fullScreen";
}else{
Stage["displayState"] = "normal";
}
}
By
Vicky Kumar
Vicky kumar | 10:18 AM | | 0 comments
Create a Movie Clip. Make the dynamic text inside the movie clip & give Instant name is "tx1" and Var Name is "text".
Write this script on Movie Clip.
onClipEvent (load) {
total = _root.getBytesTotal();
}
onClipEvent (enterFrame) {
loaded = _root.getBytesLoaded();
percent = int(loaded/total*100);
this.tx1.text = percent+"%";
this.gotoAndStop(percent);
if (loaded == total && total>380 && a != 1) {
a = 1;
_root.gotoAndPlay(2);
}
}
By
Vicky Kumar
Vicky kumar | 12:45 PM | | 0 comments
Operator | Function |
== | If var1 is equal to var2 |
>= | If var1 is greater than or equal to var2 |
> | If var1 is greater than var2 |
<= | If var1 is smaller than or equal to var2 |
< | If var1 is smaller than var2 |
!= | If var1 is NOT equal to var2 |
&& | If var1 and var2 exist or both var1 and var2 are both set to true. |
|| | If either var1 and var2 exist and/or are set to true. |
By
Vicky Kumar
Vicky kumar | 12:25 PM | | 0 comments
on(rollOver){
this.gotoAndStop(2);
}
on(rollOut){
this.gotoAndStop(1);
}
By
Vicky Kumar
Vicky kumar | 12:12 PM | | 1 comments
How to input link on button in flash ?
on (release) {
getURL("http://www.flashscripthelp.blogspot.com/", "_blank");
}By
Vicky Kumar
Vicky kumar | 1:29 PM | | 0 comments
Any Problem in flash as2 say me...
I solve for you....
By
Vicky Kumar
Copyright © 2010 Flash Scripting All rights reserved..