Forum Topic: Needs help... Platforms.

(147 views • 4 replies)

This topic is 1 page long.

<< < > >>
None

KougaijiGyumao

Reply To Post Reply & Quote

Posted at: 6/5/06 09:39 AM

KougaijiGyumao EVIL LEVEL 08

Sign-Up: 05/26/06

Posts: 157

I know, I've went to AS:Main before, and checked out everything I could use there.

I used the ff:
Denvish's movement [left and right] on the second page of the AS:Movement.
AS:Scrolling Background

What I want to do:
I want to make a platform, for this picture, and my problem is, well, I can't make a platform. I need a platform, and a jump AS, but the problem is, whenever I search for it, I always get a platform, jump AS, and walk AS, and that way, I try using the authors [guy who made the jump, and platform] walk AS, but it doesn't work perfectly. So, I try combining [mixing the Denvish's movement and the authors platform and jump AS] But, It doesn't work. So, if someone is kind enough to help me out, please help me understand how to make a platform, and how to make my character jump.

egad, my fingers hurt.

Thanks in advance... I gtg sleep, its past 9pm right now, and my mother's eyeing/eying on me.


None

WolfAkela

Reply To Post Reply & Quote

Posted at: 6/5/06 11:02 AM

WolfAkela LIGHT LEVEL 08

Sign-Up: 12/19/05

Posts: 2,136

First of all, separate the background.

Separate it by floors, platforms then the background, then turn them to MC. Align properly.

Those coins should be also be MC. Just pick one coin then turn to MC. Copy and paste it all over and give it a code like this (I assume you control an MC named mcMario):


onClipEvent (enterFrame){
if (this.hitTest(_root.mcMario)){
// code here what you want to happen when you touch the coins
}
}

Then just apply those tutorials on platforming. I'm too busy to type out, sorry.


None

Chrispington

Reply To Post Reply & Quote

Posted at: 6/5/06 01:18 PM

Chrispington EVIL LEVEL 31

Sign-Up: 07/02/04

Posts: 1,247

Jamming a bunch of tutorials together won't work unless you actually understand what is going on in the code.

I suggest reading those tutes, but actually LEARNING what it is they are teaching, instead of ye olde copy paste.

BBS Signature

None

Chi3f

Reply To Post Reply & Quote

Posted at: 6/5/06 02:50 PM

Chi3f EVIL LEVEL 08

Sign-Up: 06/04/06

Posts: 18

At 6/5/06 01:18 PM, Chrispington wrote: Jamming a bunch of tutorials together won't work unless you actually understand what is going on in the code.

I suggest reading those tutes, but actually LEARNING what it is they are teaching, instead of ye olde copy paste.

Yup he's right. The only way to learn something this advanced is to take it in steps. Build your AS knowldege up. You could find/hire somebody to do the scripting for you too. My suggestion is to learn something like the Jump engine then build from there. Good platformers can take a lot of hard work.


None

KougaijiGyumao

Reply To Post Reply & Quote

Posted at: 6/5/06 08:34 PM

KougaijiGyumao EVIL LEVEL 08

Sign-Up: 05/26/06

Posts: 157

Thanks for the help KingScar, and I'll try to find some more things from the tuts found in AS:Main.


All times are Eastern Standard Time (GMT -5) | Current Time: 07:49 AM

<< Back

This topic is 1 page long.

<< < > >>
You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!