HOME | DD

S-S-X — Platformer Tutorial

Published: 2008-02-24 03:53:01 +0000 UTC; Views: 35811; Favourites: 241; Downloads: 1954
Redirect to original
Description Me and my bud FeindishDemon designed a neat little platform game tutorial.
Related content
Comments: 290

Age2003 In reply to ??? [2009-04-04 20:07:18 +0000 UTC]

Great idea.

👍: 0 ⏩: 0

Milk-ManOfPlyiersInc In reply to ??? [2009-03-28 07:40:45 +0000 UTC]

when you say "in the first frame, put the graphics for your character walking" do you mean only one image of the character walking? If not, how would you put it all into one frame? Sorry for being so noobish

👍: 0 ⏩: 1

hamza62240 In reply to Milk-ManOfPlyiersInc [2012-11-04 10:15:39 +0000 UTC]

Double click the player, get into the symbol. now make the character walking, but first make the walking picture a movie clip, double click the movie clip, make the animation, and then near the tabs page, click Scene 1, or Symbol 1/player.

👍: 0 ⏩: 0

FerroLotchi In reply to ??? [2009-03-13 18:36:39 +0000 UTC]

the animation in the movie clip " player " doesn't work what have i done wrong?

👍: 0 ⏩: 0

Whatzizface In reply to ??? [2009-03-09 19:07:09 +0000 UTC]

I died

👍: 0 ⏩: 0

CherryRiceSammich In reply to ??? [2009-03-01 03:41:58 +0000 UTC]

I keep getting a 1087 error telling me that there are extra characters found at the end of the program for the player and the money. What am I getting wrong? I copied the codes listed, and it still is giving me an error.

Thank you for your time,
-CherryRiceSammich

👍: 0 ⏩: 0

sukamrit In reply to ??? [2009-02-22 12:18:47 +0000 UTC]

truly awsome

👍: 0 ⏩: 0

ZEGMAN In reply to ??? [2009-02-15 15:31:35 +0000 UTC]

YAY! I found the easter egg

👍: 0 ⏩: 0

ZEGMAN In reply to ??? [2009-02-15 02:39:05 +0000 UTC]

I fell of the edge LOL

great tutorial though!!

👍: 0 ⏩: 0

Stollrofl In reply to ??? [2009-02-14 02:40:48 +0000 UTC]

Very helpful tutorial, I'm going to use it to try and make a platformer.

👍: 0 ⏩: 1

ZEGMAN In reply to Stollrofl [2009-02-15 02:38:48 +0000 UTC]

I fell of the edge lol

👍: 0 ⏩: 0

Matoking In reply to ??? [2009-02-12 19:38:50 +0000 UTC]

I'm making a platformer game using this. (I have already uploaded little demo here, btw)

The single and only problem I have with this is the annoying wall climbing glitch...

Best platformer tutorial anyway

👍: 0 ⏩: 0

Leathertoast In reply to ??? [2009-01-25 07:58:24 +0000 UTC]

I have Adobe Flash CS3. I opened up an Actionscript 2.0 file and began working on this. I went to Insert > New Symbol and made the player, Insert > New Symbol and made the ground, Insert > New Symbol and made the rest. I then individually went to each symbol and copied the frames and posted them into one symbol's part. I don't know how to get out of looking at the symbols individually and get back to the main workscreen with the blank little white box surrounded by gray. So I put the v-cam layer on top, then the player, then the coins, then the ground, then the water. For the v-cam it says to make a rectangle and I used the rectangle tool to make a basic outline of the stage to box in what I had already done, but being on a higher frame, it showed above the other frames. I don't know how to do this exactly, but I did it the best I could, and when I press CTRL + ENTER, it shows a blank screen. PLEASE, PLEASE HELP.

👍: 0 ⏩: 1

hamza62240 In reply to Leathertoast [2012-11-04 10:17:19 +0000 UTC]

NO NO NOOOOOOO!!! get the ground and everything back, and then near where it shows the tabs it will say "Scene 1", click on it or double click on the stage to get out!

👍: 0 ⏩: 0

Sakujo-Kun In reply to ??? [2009-01-23 20:50:04 +0000 UTC]

Nevermind my last comment... I managed to make a game using the tutorial! However, I left out the coin grabbing part... since I want a coin system that adds to points or something like that.

I know nothing about actionscript, and even trying to manipulate the code in this tutorial is rather nerve racking... is there a way to make it so you can add extra levels through the 'ground' instance? since you can only have one ground instance, this has been confusing me...

👍: 0 ⏩: 1

hamza62240 In reply to Sakujo-Kun [2013-06-15 16:41:49 +0000 UTC]

Create at least 1 peice of ground (Maybe your starting ground?). Convert it into a movie clip and add the instance name as ground. Then Double-click the ground movie clip to go inside it. then add as many ground pieces as you want! Then, near where you see those tabs there is a button saying Scene 1. Click on that. Test the movie and there.

👍: 0 ⏩: 0

Sakujo-Kun In reply to ??? [2009-01-22 02:15:40 +0000 UTC]

This tutorial wouldnt happen to work with Actionscript 3.0, right? I've tried it in 2 and 3 and I have problems in both... T-T

(Flash CS4 is scary)

👍: 0 ⏩: 0

HayliLiz In reply to ??? [2009-01-20 10:05:18 +0000 UTC]

Great tutorial; my only problem is with the variables; is there a way to make the player jump faster? It feels like I'm waiting forever fof him to finish his jump and it affects gameplay. I've changed gravity and such variables but none seem to have any effect. Any help would be appreciated

👍: 0 ⏩: 1

Sakujo-Kun In reply to HayliLiz [2009-01-23 22:50:19 +0000 UTC]

Yeah, I messed with the jump height... take a look at my game and I'll tell you the variables I used if you like them.

👍: 0 ⏩: 2

HayliLiz In reply to Sakujo-Kun [2009-01-23 23:18:38 +0000 UTC]

Please, if you would

👍: 0 ⏩: 1

Sakujo-Kun In reply to HayliLiz [2009-01-23 23:26:10 +0000 UTC]

Sorry, I was away from dA

onClipEvent (load) {
var grav:Number = 25;
// gravity
var speed:Number = 10;
// how fast you walk
var jumpHeight:Number = 20;
// how high you jump
var slow:Number = .9;
// sets water falling speed
var slowspd:Number = speed/1.5;
// sets water walking speed
var setspeed:Number = speed;
var scale:Number = _xscale;
var ex:Number = 4;
// makes hitTests better, change for a closer hitTest (warning, more buggy if smalle, less real if further)
this.gotoAndStop(2);
}

👍: 0 ⏩: 0

HayliLiz In reply to Sakujo-Kun [2009-01-23 23:12:15 +0000 UTC]

Yeah sure, if you'd like to share?

👍: 0 ⏩: 0

BomKosh In reply to ??? [2009-01-15 07:46:22 +0000 UTC]

This is quit interesting, but something's not quite right here.

👍: 0 ⏩: 0

Seankay In reply to ??? [2009-01-11 23:42:13 +0000 UTC]

good tut but my char gets stuck in the middle of the ground and cant move and when i press the A key it dissappears O.o

👍: 0 ⏩: 1

hamza62240 In reply to Seankay [2013-06-15 16:46:29 +0000 UTC]

I don't know about the A key problem, but i know about the stuck in the middle problem. Just double click the player movie clip and you will see a + cross thing (not the O ball), Move the player till that + cross comes to the bottom (Yes, bottom) of the player, then click Scene 1 near the tabs page. Done.

👍: 0 ⏩: 0

milkofstrawberries In reply to ??? [2009-01-04 19:11:57 +0000 UTC]

Also, what's the name of the song that played in the background? :3

👍: 0 ⏩: 0

milkofstrawberries In reply to ??? [2009-01-04 19:10:28 +0000 UTC]

Best tutorial ever!

👍: 0 ⏩: 0

Chrisson516 In reply to ??? [2009-01-03 03:59:50 +0000 UTC]

Nvm I figured it out. I was using action script 3.0 when it suppose to be 2.0

👍: 0 ⏩: 0

Chrisson516 In reply to ??? [2009-01-03 03:33:57 +0000 UTC]

Happy new years everybody!
Anyways I'm always getting this problem. The compiled error message says: 1087: Syntax error: extra characters found after end of program. Do you know why?

👍: 0 ⏩: 0

edster9 In reply to ??? [2008-12-03 22:38:21 +0000 UTC]

I tried the V-Cam and it didn't work! When I test the game, it just shows up a blank screen

👍: 0 ⏩: 0

PieKey In reply to ??? [2008-12-02 09:35:53 +0000 UTC]

I got lot's of problems with that tutorial...
when I jump my player hits the platform above him the half of the platform under it. the hittest is something like in the air...

and one question: is there any way of doing a doublejump? like a unrealistic jump in the air so u can reach higher platforms?

👍: 0 ⏩: 0

DirectorsShuriken In reply to ??? [2008-11-19 18:20:12 +0000 UTC]

Nice, i am a game designer (beginner ) so this is so helpful! i love it

👍: 0 ⏩: 0

iamlovingyouM In reply to ??? [2008-11-16 19:53:28 +0000 UTC]

it doesn't worked?

👍: 0 ⏩: 0

Mindless-Midnight In reply to ??? [2008-11-11 20:37:05 +0000 UTC]

omgee i must get Flash and try it!! XD


issa awsome

(music is kinda annoying though XD)

👍: 0 ⏩: 0

BurgerForLunsh In reply to ??? [2008-11-11 02:50:38 +0000 UTC]

This tutorial is simply awesome! I actually made my first moving character with this.

However, I have a question. Suppose I want the walking to be multiple frames. How do I do that?

👍: 0 ⏩: 1

BurgerForLunsh In reply to BurgerForLunsh [2008-11-13 00:37:30 +0000 UTC]

I solved that problem!

But I still have plenty of questions. None of them relating to this tutorial though. But if you can help, I'd like to know how to make the jumping "faster" and not so "floaty", because my character looks like he's on the moon when he jumps O_o

Also, how do you get him to stay in place on a moving platform?

👍: 0 ⏩: 1

hamza62240 In reply to BurgerForLunsh [2012-11-11 08:50:38 +0000 UTC]

No. moving platforms aren't possible with this code. just vertical. pity. yeah, you look at the code, and find the jumping var., and you change it to at least 10 and it is done.

👍: 0 ⏩: 0

vegetasgirlraiko In reply to ??? [2008-08-22 15:04:46 +0000 UTC]

really creative! !!

👍: 0 ⏩: 0

Cronon In reply to ??? [2008-08-19 08:45:11 +0000 UTC]

hi, i no this is a bit out of the blue but i have resently got your platformer to work and was wondering how i would go about a Key.isUp function in flash to detect whether a key is up, not down. Also i am struggling to get your v-cam code to work. I created the movieclip to the correct size but i keep getting errors?

👍: 0 ⏩: 0

Georgeius [2008-08-18 09:10:37 +0000 UTC]

ummmmmmm

how do you make a movie clip with an instance name or whatever? >_>

shut up x_x

👍: 0 ⏩: 0

bd1000 In reply to ??? [2008-08-17 23:17:10 +0000 UTC]

Uh, for the dynamic text box for the score what do I put for an instance name?

👍: 0 ⏩: 0

thojoh370 In reply to ??? [2008-08-16 21:43:02 +0000 UTC]

Mute button...? I enjoy the music but after a few minutes it could get annoying.

👍: 0 ⏩: 1

Venapax In reply to thojoh370 [2009-07-08 00:43:16 +0000 UTC]

agreed

👍: 0 ⏩: 0

Toku-Tofu In reply to ??? [2008-08-06 13:36:24 +0000 UTC]

Thanx for the code and tutorial it works perfectly

👍: 0 ⏩: 0

theomylad In reply to ??? [2008-07-24 02:29:24 +0000 UTC]

The script doesnt work for me. I know i copied it correctly though, and my computer wont let me add actionscript to objects, only frames...

The error sez theres somthing wrong with:

on ClipEvent (load) {

👍: 0 ⏩: 1

luchadebandas In reply to theomylad [2008-11-04 06:20:02 +0000 UTC]

i hope you reply to this

well first of all which version of flash do you use? adobe flash cs3 proffessional, macromedia flash 8, or some other flash program? if you use adobe flash, then go to the actionscript window, then in the top left of the actionscript window you'll see "ActionScript 3.0" click it, then a drop-down menu will show, click "ActionScript 1.0 & 2.0" and now finally you can put actionscript in an object sorry i can't help with "on ClipEvent (load) {" anyway hope i helped you.........

👍: 0 ⏩: 1

theomylad In reply to luchadebandas [2008-11-05 05:37:06 +0000 UTC]

Thanks for the help

I use Adobe CS3 Professional too.
Awhile ago i was looking for some help with platformer coding, now i finally got it!

Thanks again ^^

👍: 0 ⏩: 1

luchadebandas In reply to theomylad [2008-11-06 13:33:43 +0000 UTC]

Haha and i actually thought you'll never reply XD bleh..... i didn't help much..... Oh if you want some more/ different style of coding for a platform game, i can give you some links it's really up to you, i don't mind

👍: 0 ⏩: 1

theomylad In reply to luchadebandas [2008-11-07 00:14:47 +0000 UTC]

yeah, i could use some more work w/ actionscript.

👍: 0 ⏩: 1

luchadebandas In reply to theomylad [2008-11-09 13:25:59 +0000 UTC]

sorry it took some time to reply, i'm a lil' busy at the moment so i don't have the time to find the links i guess you'll have to wait for tomorrow, or the day after tomorrow

👍: 0 ⏩: 0


<= Prev | | Next =>