Stick Page Forums Archive

Some stupid codes [Flash][Actionscript]

Started by: Chaos | Replies: 64 | Views: 15,420

Chaos

Posts: 0
Joined: Jul 2025
Aug 26, 2005 7:18 PM #164
rep please. dont copy my avitar
stick king

Posts: 0
Joined: Jul 2025
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.
Chaos

Posts: 0
Joined: Jul 2025
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: Jul 2025
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...
sheepskate

Posts: 0
Joined: Jul 2025
Sep 11, 2005 9:09 AM #601
Hey, does any1 no the as for "random movement"? :confused:
Chaos

Posts: 0
Joined: Jul 2025
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;
}
}
xion71

Posts: 0
Joined: Jul 2025
Sep 11, 2005 4:18 PM #607
nice tut. wish i new how to rep. How do i rep?
F-Zero
2

Posts: 132
Joined: Aug 2005
Rep: 178

View Profile
Sep 11, 2005 4:26 PM #608
YOur reps wont do anything XD
Chaos

Posts: 0
Joined: Jul 2025
Sep 11, 2005 4:27 PM #609
click the scale in the right upper corner of my post.
funnyav
2

Posts: 95
Joined: Oct 2005
Rep: 10

View Profile
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!!!!!!
froggeh.
2

Posts: 27
Joined: Nov 2005
Rep: 10

View Profile
Dec 13, 2005 3:22 PM #2743
where do you insert the thing for the *custom cursor* ?

thx
The_(N00b)_Animator

Posts: 0
Joined: Jul 2025
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?
ayyg
2

Posts: 27
Joined: Sep 2005
Rep: 10

View Profile
Jan 21, 2006 2:43 PM #4092
its not annoying. Just hold enter for 10 sec and they all gone liao.
kidko
2

Posts: 13
Joined: Sep 2005
Rep: 10

View Profile
Jan 21, 2006 3:32 PM #4094
BUT... that's JavaScript:
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++;
}
MF3dragon
2

Posts: 98
Joined: Sep 2005
Rep: 19

View Profile
Feb 19, 2006 7:17 PM #4884
O_O there's no way for me to learn this...
Website Version: 1.0.4
© 2025 Max Games. All rights reserved.