[Tutorial] How to create a basic maplestory flash game

Talk about flash games that you've played or need help with.
User avatar
noobipwnu
Pig
Posts:7
Joined:Sat Jan 24, 2009 10:58 pm
Re: [Tutorial] How to create a basic maplestory flash game

Post by noobipwnu » Fri Apr 17, 2009 5:57 am

code?
like the one you put up?
b/c thats the one I used.

User avatar
Montycarlo
Zombie Mushmom
Posts:473
Joined:Sat Jan 10, 2009 12:30 am
Location:Melbourne, Australia.
Contact:

Re: [Tutorial] How to create a basic maplestory flash game

Post by Montycarlo » Fri Apr 17, 2009 6:27 am

Check your inbox please :)

User avatar
Pojken
Crimson Balrog
Posts:860
Joined:Thu Apr 16, 2009 7:50 pm
Location:Sweden
Contact:

Re: [Tutorial] How to create a basic maplestory flash game

Post by Pojken » Fri Apr 17, 2009 1:50 pm

Hey, when i try to open Vcam It says "unexpected format"

User avatar
Montycarlo
Zombie Mushmom
Posts:473
Joined:Sat Jan 10, 2009 12:30 am
Location:Melbourne, Australia.
Contact:

Re: [Tutorial] How to create a basic maplestory flash game

Post by Montycarlo » Fri Apr 17, 2009 11:10 pm

MapleDraco wrote:Hey, when i try to open Vcam It says "unexpected format"
Ahh, that means it's saved in a higher version of flash. You need to find a source file in a lower or equal to your version.

User avatar
Pojken
Crimson Balrog
Posts:860
Joined:Thu Apr 16, 2009 7:50 pm
Location:Sweden
Contact:

Re: [Tutorial] How to create a basic maplestory flash game

Post by Pojken » Fri Apr 17, 2009 11:29 pm

Its ok now i made my own vCam, works perfectly, but on Day 6, Everything got screwed up and as soon as i walked or jumped, i fell trough the gtound D: (F4) (F4)

User avatar
Gillian
Free sunscreen monkeyleg
Free sunscreen monkeyleg
Posts:552
Joined:Mon Jan 01, 2007 12:00 am
Location:The Netherlands
Contact:

Re: [Tutorial] How to create a basic maplestory flash game

Post by Gillian » Tue Apr 28, 2009 1:46 am

Thanks for making this great tutorial Monty!

Must've taken a lot of time and effort to make this, but it really helps the community and the site.

I'm going to try this tutorial and create the coolest game (F2)

First I need to find some time (F7)


Has anyone made their own game based on this tut yet?

User avatar
Montycarlo
Zombie Mushmom
Posts:473
Joined:Sat Jan 10, 2009 12:30 am
Location:Melbourne, Australia.
Contact:

Re: [Tutorial] How to create a basic maplestory flash game

Post by Montycarlo » Tue Apr 28, 2009 10:31 am

Gillian wrote:I'm going to try this tutorial and create the coolest game (F2)
Hahahaha, I'm expecting something marvelous from you!
Gillian wrote:Has anyone made their own game based on this tut yet?
There are three people I know for sure, whilst two have e-mailed me for help, and a few more people said they would be trying it. I don't actually think I made a very good tutorial :X It's all copy-pasta, I don't exactly explain how it works. I may have to make an extension explaining how the whole thing works.

No problem, I actually rather enjoyed making it, it was a new thing to do and it's convinced me to continue making this game into a short, completed game. Not too much to show off, but it introduces some skills (And one of my favourites!).

User avatar
Gillian
Free sunscreen monkeyleg
Free sunscreen monkeyleg
Posts:552
Joined:Mon Jan 01, 2007 12:00 am
Location:The Netherlands
Contact:

Re: [Tutorial] How to create a basic maplestory flash game

Post by Gillian » Wed Apr 29, 2009 6:08 pm

Montycarlo wrote:I don't actually think I made a very good tutorial :X It's all copy-pasta, I don't exactly explain how it works. I may have to make an extension explaining how the whole thing works.


The tutorial is great :]

People don't want to learn how to code in flash. It takes to much time and effort. If people follow your tutorial, they can create a quick game with their own sprites, your code and get the end result in no time. That's more fun for most people on this site.

I tried your tutorial all night long , this morning I started over and did it without your tut (didn't come far though, and used your code), so it shows your tut helps people learn how to use flash fast in no time :P

User avatar
kissdark
Snail
Posts:1
Joined:Sun Apr 26, 2009 8:40 am

Re: [Tutorial] How to create a basic maplestory flash game

Post by kissdark » Thu Apr 30, 2009 7:06 am

(redface) GOOD!!! I LIKE IT (wink)

User avatar
blasterblitz
Blue ribbon pig
Posts:11
Joined:Mon Mar 30, 2009 12:57 am

Re: [Tutorial] How to create a basic maplestory flash game

Post by blasterblitz » Fri May 01, 2009 9:37 pm

Lol cool guide =]
i did something like this in my computer class lols

User avatar
go510
Blue Mushmom
Posts:262
Joined:Wed Feb 04, 2009 4:20 am
Location:White Hole ---> convert black hole
Contact:

Re: [Tutorial] How to create a basic maplestory flash game

Post by go510 » Sat May 02, 2009 12:14 am

Cool! (F4) But it takes days to coy and paste over and over (F4)

User avatar
Gillian
Free sunscreen monkeyleg
Free sunscreen monkeyleg
Posts:552
Joined:Mon Jan 01, 2007 12:00 am
Location:The Netherlands
Contact:

Re: [Tutorial] How to create a basic maplestory flash game

Post by Gillian » Mon May 04, 2009 12:50 am

Heres what I've come up with so far without error x]


User avatar
Montycarlo
Zombie Mushmom
Posts:473
Joined:Sat Jan 10, 2009 12:30 am
Location:Melbourne, Australia.
Contact:

Re: [Tutorial] How to create a basic maplestory flash game

Post by Montycarlo » Mon May 04, 2009 7:12 am

Gillian wrote:Heres what I've come up with so far without error x]
Looking good! The next step involves the hitTest function. Read below for information about it.

The hitTest function returns a Boolean value that is used to test if two objects is colliding or an object and a single point. The syntax in AS2 is as follows: directory.object1.hitTest(directory.object2). You may already know, but the directory prior to an the refrence to the object in the hitTest parameter corresponds to the object instance name after it. You need to understand the syntax of the hitTest function as this is crucial to prevent errors and to get it right the first time; which conserves effort in the long run. There are two types of the hitTest function; normal hitTest and point. The parameters of the hitTest function are like so: [Parameter1].hitTest([Parameter2], [Parameter3], [Parameter4]). If you are performing a normal hitTest (Only the primitive boundary boxes are tested) then you only supply the first two arguments (Which are references to an object through it's instance name). If you are using a point hitTest (An object's most left part is smaller then a selected x point and the object's most right x point is greater then the selected x point and the same for the height and y properties) then you need to supply three. (ObjectBoundry1, x, y). The fourth parameter of the hitTest function is of Boolean value and is called shapeflag. It will allow users to perform hitTest's against a point where the boundary box is not the actual collision tested, but the actual object (Pixels/Vector, whatever you wish) is.

Hopefully you understood that.

superboy808
Blue ribbon pig
Posts:13
Joined:Sun Mar 01, 2009 4:05 am

Re: [Tutorial] How to create a basic maplestory flash game

Post by superboy808 » Fri May 08, 2009 5:26 pm

i cant extract it!! (F7)

User avatar
Gillian
Free sunscreen monkeyleg
Free sunscreen monkeyleg
Posts:552
Joined:Mon Jan 01, 2007 12:00 am
Location:The Netherlands
Contact:

Re: [Tutorial] How to create a basic maplestory flash game

Post by Gillian » Sat May 09, 2009 2:39 am

Update :]


User avatar
poke1024
Papulatus
Posts:1161
Joined:Sat Jan 10, 2009 5:55 pm
Location:United States
Contact:

Re: [Tutorial] How to create a basic maplestory flash game

Post by poke1024 » Sat May 09, 2009 3:15 am

nice gilly, its even better than mine (F2)

EDIT: you can walk through walls and come back to the beginning

User avatar
Gillian
Free sunscreen monkeyleg
Free sunscreen monkeyleg
Posts:552
Joined:Mon Jan 01, 2007 12:00 am
Location:The Netherlands
Contact:

Re: [Tutorial] How to create a basic maplestory flash game

Post by Gillian » Sat May 09, 2009 4:47 am

poke1024 wrote:nice gilly, its even better than mine (F2)

EDIT: you can walk through walls and come back to the beginning
Yeah, I just drew a complete "trueground" around the level :P

Where's yours?

Edit: Heres a newer version with the proper boundary stuff:


User avatar
Montycarlo
Zombie Mushmom
Posts:473
Joined:Sat Jan 10, 2009 12:30 am
Location:Melbourne, Australia.
Contact:

Re: [Tutorial] How to create a basic maplestory flash game

Post by Montycarlo » Sun May 10, 2009 9:44 am

Gillian wrote:Heres a newer version with the proper boundary stuff:
Lmfao, I like the tags :P
Chobbi isn't going to be happy hahaha. Everything's working perfectly so far, try implementing poles ^-^

User avatar
poke1024
Papulatus
Posts:1161
Joined:Sat Jan 10, 2009 5:55 pm
Location:United States
Contact:

Re: [Tutorial] How to create a basic maplestory flash game

Post by poke1024 » Sun May 10, 2009 4:00 pm

Gillian wrote:
poke1024 wrote:nice gilly, its even better than mine (F2)

EDIT: you can walk through walls and come back to the beginning
Yeah, I just drew a complete "trueground" around the level :P

Where's yours?

Edit: Heres a newer version with the proper boundary stuff:




mine?
mine is deleted cause my dad didnt tell me he was going to reimage my vvery old comp, so i lost it and my flash expired.....


oops, sorry gilly, i accidentily put urs on my post

User avatar
Fantasy
Slime
Posts:17
Joined:Wed Apr 22, 2009 8:38 am

Re: [Tutorial] How to create a basic maplestory flash game

Post by Fantasy » Mon May 11, 2009 12:06 pm

Faaarrr out man Woah so much to learn O-O ... dayum , but its worth giving it a shot.

Locked