|
[AS3]Building an MMOCC - Part 1
|
|
| Author | Message |
|
05-20-2010, 05:21 AM
(This post was last modified: Yesterday 12:12 AM by xLite.)
|
|||
|
|||
[AS3]Building an MMOCC - Part 1
![]() Hey guys, this is xLite, here to get back into making tutorials which will help benefit you guys! I am hoping to create a series of tutorials that will help you step by step in making your own isometric MMOCC. First I am going to focus mainly on the client side of things (tile generation, walking etc) before moving onto making the client multiplayer using a server. So by the end of this series, you guys should be able to understand each aspect of the basic MMOCC and hopefully continue your learning further so that you can finally make the MMOCC you've always wanted.In part 1 of the BAM series (catchy, right?), I only want to focus on our coding environment. I want to make sure that you are all in the same mindset as I am and will hopefully never walk into any restrictions due to your lack of knowledge with the environment. Here we go... For this series I will be using the much loved FlashDevelop. If you have no idea what it is, don't worry, that's what this tutorial is here for. FlashDevelop (http://www.flashdevelop.org/) is a free alternative to the Adobe Flash IDE and makes development a whole lot easier without the cluttered screen, program freezing and constant crashing that seems to happen just before you manage to save your work. FlashDevelop eliminates all these problems by being a nice, lightweight and user-friendly program.Now I don't want to spend too much time explaining how to set up FlashDevelop, that's what this, this and this is for. Although I will explain how to set up your project followed by a nice little introduction into pure AS3.First thing's first:
![]()
So...
You should now see this lovely sidebar which we can use to handle any file we need for this project. So next we need to open the only source file currently in our project. To do this we simply select the + symbol beside the word src (short for source) and you should now see this: There it is. Isn't she beautiful? So go ahead and double-click Main.as and wow, what just happened? You should now see the code currently residing in the Main.as source file. Hopefully, it should look something like this: Now, let's test if everything is working correctly. Press the F5 key on your keyboard or select Project then Test Movie. After a few seconds you should now see this: If everything has gone smoothly for you so far, then great! If not, make sure to check the 2 links I posted above and ensure you follow their instructions exactly. Well that's it for now This tutorial is pretty long and we have only gone over what software we will be using. In the next tutorial I will introduce you guys into the world of pure AS3 before finally starting the process of creating your very own isometric MMOCC ![]() As always, I love to get feedback on my tutorials, so if you feel there is something missing in this tutorial, spot any mistakes that I didn't catch or anything else, then please let me know. Thanks ![]() ![]() The Ultimate Battle... who will win? |
|||
2 users Like xLite's post |
|||
|
05-20-2010, 05:31 AM
|
|||
|
|||
|
RE: [AS3]Building an MMOCC - Part 1
When's the next tutorial gonna be up? I cant create an MMOCC
*jk*
PHP, MySQL, xHTML, CSS, JavaScript, C#, Lingo, AS3
![]() http://sketcher.me |
|||
|
05-20-2010, 06:20 AM
|
|||
|
|||
|
RE: [AS3]Building an MMOCC - Part 1
Lol, Nice tutorial! i want another that wasnt long enough...
|
|||
|
05-20-2010, 06:36 AM
|
|||
|
|||
|
RE: [AS3]Building an MMOCC - Part 1
Looks good, can't wait for part 2
if it aint broke.. ..you obviously don't have the latest version installed!
|
|||
|
05-20-2010, 06:45 AM
|
|||
|
|||
|
RE: [AS3]Building an MMOCC - Part 1
You can show your support by giving me some rep haha
![]() The Ultimate Battle... who will win? |
|||
|
05-20-2010, 06:59 AM
|
|||
|
|||
|
RE: [AS3]Building an MMOCC - Part 1
+Rep
I have one problem though, i'll talk to you about it via msn.
if it aint broke.. ..you obviously don't have the latest version installed!
|
|||
|
05-20-2010, 12:48 PM
|
|||
|
|||
|
RE: [AS3]Building an MMOCC - Part 1
Wow, really helpful, not that I would attempt to make an MMOCC but this is really helpful for those attempting it. +REP
|
|||
|
05-20-2010, 01:47 PM
|
|||
|
|||
|
RE: [AS3]Building an MMOCC - Part 1
Nice tutorial
Lasuni.com |
|||
|
05-20-2010, 04:20 PM
(This post was last modified: 05-20-2010 04:31 PM by Aeon.)
|
|||
|
|||
|
RE: [AS3]Building an MMOCC - Part 1
Awesome tutorial, I reckon ill give it a go. +rep
oh and shouldnt the title have a instead of an? |
|||
|
05-20-2010, 11:16 PM
|
|||
|
|||
RE: [AS3]Building an MMOCC - Part 1
(05-20-2010 04:20 PM)Aeon Wrote: Awesome tutorial, I reckon ill give it a go. +rep People can pronounce it in different ways but for me I see it as "Building an Em Em Oh See See".
![]() The Ultimate Battle... who will win? |
|||
|
« Next Oldest | Next Newest »
|