Some stupid codes [Flash][Actionscript]
Started by: Chaos | Replies: 64 | Views: 15,420
Chaos
Posts: 0
Joined: Jun 2026
Posts: 0
Joined: Jun 2026
Aug 26, 2005 7:18 PM #164
rep please. dont copy my avitar
stick king
Posts: 0
Joined: Jun 2026
Posts: 0
Joined: Jun 2026
Aug 28, 2005 11:22 AM #210
If you want Flash for 99 bucks, follow this link: http://www.macromedia.com/cfusion/store/html/index.cfm?event=displayEduConditions
Rep me for that advice.
Rep me for that advice.
Chaos
Posts: 0
Joined: Jun 2026
Posts: 0
Joined: Jun 2026
Aug 28, 2005 3:06 PM #212
well, sticky friend, i already knew that!!!! Exept i kinda cant deal with macromedia...
☺SA☺
Posts: 0
Joined: Jun 2026
Posts: 0
Joined: Jun 2026
Sep 1, 2005 11:50 PM #334
Rep me for posting!!1!11one!!1 Calm down with the reps, you're sounding desperate.
Anyway, that wasn't a tut. that was just loads of codes that someone will copy and paste, watch it, and will have no idea how it works. I knew how to do everythin' there except the fireworks and cube. But i do know how to alter those codes to meet my requirements.
You should of really gone over them, like Pol used to do, that's more helpful than providing a load of code that i bet even you dont know what it means...
Anyway, that wasn't a tut. that was just loads of codes that someone will copy and paste, watch it, and will have no idea how it works. I knew how to do everythin' there except the fireworks and cube. But i do know how to alter those codes to meet my requirements.
You should of really gone over them, like Pol used to do, that's more helpful than providing a load of code that i bet even you dont know what it means...
sheepskate
Posts: 0
Joined: Jun 2026
Posts: 0
Joined: Jun 2026
Sep 11, 2005 9:09 AM #601
Hey, does any1 no the as for "random movement"? :confused:
Chaos
Posts: 0
Joined: Jun 2026
Posts: 0
Joined: Jun 2026
Sep 11, 2005 2:58 PM #605
i think its:
onClipEvent (load) {
time=0;
dir=2;
speed=20;
}
onClipEvent (enterFrame) {
maxTime = random(5);
time++;
if (time>=maxTime) {
time = 0;
}
if (time == 0) {
dir = random(20);
}
if (dir == 0) {
this._y -= speed;
} else if (dir == 1) {
this._y += speed;
} else if (dir == 2) {
this._x -= speed;
} else if (dir == 3) {
this._x += speed;
}
}
onClipEvent (load) {
time=0;
dir=2;
speed=20;
}
onClipEvent (enterFrame) {
maxTime = random(5);
time++;
if (time>=maxTime) {
time = 0;
}
if (time == 0) {
dir = random(20);
}
if (dir == 0) {
this._y -= speed;
} else if (dir == 1) {
this._y += speed;
} else if (dir == 2) {
this._x -= speed;
} else if (dir == 3) {
this._x += speed;
}
}
xion71
Posts: 0
Joined: Jun 2026
Posts: 0
Joined: Jun 2026
Sep 11, 2005 4:18 PM #607
nice tut. wish i new how to rep. How do i rep?
Sep 11, 2005 4:26 PM #608
YOur reps wont do anything XD
Chaos
Posts: 0
Joined: Jun 2026
Posts: 0
Joined: Jun 2026
Sep 11, 2005 4:27 PM #609
click the scale in the right upper corner of my post.
Nov 14, 2005 3:23 PM #2047
If you can, please help me. Does anyone know the code to expand the dimenstion of my swf. Example: like those ads where theres a button "click to expand" and then the flash expands and ogverlaps everything over what it expanded. like its this big:
____________________
lllllllllllllllllllllllllllllllllllllllllllllllllllll
lllllllllllllllllllllllllllllllllllllllllllllllllllll
lllllllllllllllllllllllllllllllllllllllllllllllllllll
lllllllllllllllllllllllllllllllllllllllllllllllllllll
lllllllllllllllllllllllllllllllllllllllllllllllllllll
lllllllllllllllllllllllllllllllllllllllllllllllllllll
l___________________l
then when u click expand, its this big
llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
I want to do this for my sig. see my sig,
[SWF="http://ish.xs4all.nl/~0136/images/ScrollingSig.swf height=195 width=318"]http://ish.xs4all.nl/~0136/images/ScrollingSig.swf[/SWF]
or here:
http://ish.xs4all.nl/~0136/images/ScrollingSig.swf
I want to make it so that its only wat you see without scrolling, then on mouse over i want to make it expand. I know if exactly what i want is not possible, the basic idea is.
Help!!!!!!
____________________
lllllllllllllllllllllllllllllllllllllllllllllllllllll
lllllllllllllllllllllllllllllllllllllllllllllllllllll
lllllllllllllllllllllllllllllllllllllllllllllllllllll
lllllllllllllllllllllllllllllllllllllllllllllllllllll
lllllllllllllllllllllllllllllllllllllllllllllllllllll
lllllllllllllllllllllllllllllllllllllllllllllllllllll
l___________________l
then when u click expand, its this big
llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
llllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
I want to do this for my sig. see my sig,
[SWF="http://ish.xs4all.nl/~0136/images/ScrollingSig.swf height=195 width=318"]http://ish.xs4all.nl/~0136/images/ScrollingSig.swf[/SWF]
or here:
http://ish.xs4all.nl/~0136/images/ScrollingSig.swf
I want to make it so that its only wat you see without scrolling, then on mouse over i want to make it expand. I know if exactly what i want is not possible, the basic idea is.
Help!!!!!!
Dec 13, 2005 3:22 PM #2743
where do you insert the thing for the *custom cursor* ?
thx
thx
The_(N00b)_Animator
Posts: 0
Joined: Jun 2026
Posts: 0
Joined: Jun 2026
Dec 14, 2005 2:54 AM #2778
hey anyone know the AS code for those really annoying things http://www.funnyjunk.com/pages/awesome.htm/ like that go to that adress to be annoyed with like 255 popups that you have to click ok on all of them to get past all of em
what would be the code for that?
what would be the code for that?
Jan 21, 2006 2:43 PM #4092
its not annoying. Just hold enter for 10 sec and they all gone liao.
Jan 21, 2006 3:32 PM #4094
BUT... that's JavaScript:
And then just use this:
function wa(txt) {
window.alert(txt);
}
And then just use this:
var a = 0;
var txt = "x";
while (a < 100) {
wa('It\'s on value '+a+'!');
a++;
}
Feb 19, 2006 7:17 PM #4884
O_O there's no way for me to learn this...