I did understand like 20% of that, but an AS3 code won't work in an AS2 document...

I did understand like 20% of that, but an AS3 code won't work in an AS2 document...

One more fail.
The tutorial show how is make.
And the guy show ...
BUT AGAIN I GAIN A
FAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIL.
OMG, THIS IS BETTER THAN OOOHHHHHMMMYYYGGGOOODDDNNEEESSS !
OR NO ?
FAAAAAAAAAAAAAAAAAAAAAAIILLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL

What does Atilioo mean? Here, if you want to make a platformer, draw a main character. Put this code on it:
onClipEvent (load) {
speed = 15;
gravity = 0;
r = _height / 2;
jumping = false;
jumpheight = 20;
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT))
{
_x += speed;
}
if (Key.isDown(Key.LEFT))
{
_x -= speed;
}
if (Key.isDown(Key.UP) && !jumping)
{
gravity = -jumpheight;
jumping = true;
}
if (!_root.ground.hitTest(_x, _y, true))
{
gravity++;
_y += gravity;
}
else
{
jumping = false;
gravity = 0;
}
while (_root.ground.hitTest(_x, _y - 1 + r, true))
{
jumping = false;
_y--;
}
}
Then create a box, and give it the instance name "Ground".
You can even change the speed and the jump height if you want!
@PM: You know AS?!?!?!

I found some good tutorials. That is how I made it...
EDIT: http://www.truploader.com/view/989137
I just tested. If you flash, you can even download it!
Yup, "I flash" XD

OHHHMYYYGOODNESS !!!
SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSHHHHHHHHHHHHHHHHHIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII-|--|--|--|--|--|--|-
Stop writing like an idiot, c'mon!
Oh and, SHIT is a natural thing, btw... So why don't you end the word? And don't try to seem polite, because you wrote 3/4 of -omg- SHIT!

SHIT IS A ''BAD WORD''
AND THE RULES SAY TO BE A LIGHT FORUM ..
JUST BECAUSE IT.
Shit is a natural thing...
And if you were like "let's follow the rules" you shouldn't have written in capital letters.

Ok... If i can...
YOU IS A BIG SHIT, STUPID !
This is what I mean.
You should put the code on the character itself, not the main timeline!
1. Select the character (make sure it's converted to a movieclip)
2. Go to actions
3. Paste the code there.
4. Make sure that the INSTANCE name of your gound is filled in.
5. Turn your CAPS off when posting a answer.
in AS2 (I dunno AS3), you should have onEnterFrame = function () {} when you're applying the script to the timeline, and onClipEvent(enterFrame) {} when applying it to a movieclip.
@Atl... Maybe I
Being said this, I'm not going to reply to any of your future posts because:
1. You don't know English
2. I can't understand you
3. You're a very big, big, big... Idiot.
Yeah, that's all folks.
P.S.: Try to learn English properly so that people can understand you somehow, then you can come, bother me and claim to argue. But not before! G*dd***it!
P.P.S.: Now -maybe- I understand what FFA felt like...

Yeah,
stop CAPSING.
stop CURSING.
stop SPOILERING.
just stop it.
If you really want to, go to google sites, make a forum, and just spam the nether out of it.
It was for Atl, right?

@Atl... Maybe I
is a big shit... But you demonstrate to be very stupid with your behaviour...<>
Being said this, I'm not going to reply to any of your future posts because:<>
1. You don't know English<>
2. I can't understand you<>
3. You're a very big, big, big... Idiot.<>
Yeah, that's all folks.<>
P.S.: Try to learn English properly so that people can understand you somehow, then you can come, bother me and claim to argue. But not before! G*dd***it!<>
P.P.S.: Now -maybe- I understand what FFA felt like...OH NO !
vc tbm n sabe português, idiota.
--'
Então, oq eu disse ?
Let me help you:


I helped all of you!

You must log in to post.