A recent conversation with some random person on AIM:
silapaito: yea
HayaiHakku: whos this
silapaito: you want to make a flash mmorpg?
HayaiHakku: yea
HayaiHakku: is this Xceed?
silapaito: nope
HayaiHakku: o
HayaiHakku: well who is this
silapaito: i am just a visitor who saw your topic
HayaiHakku: o o
HayaiHakku: ok*
silapaito: wwhya re you using flash to make it?
HayaiHakku: Because it just seems so much easier than making a 3d game or some cheap game with programs such as RPG Maker 2004
silapaito: i have something to make for mmorpgs
HayaiHakku: what
silapaito: Game Maker
HayaiHakku: Oh i think ive used that
HayaiHakku: yea it doesnt matter though,Im buying a tutorial tommorow from a site called cartoonsmart on how to make a pretty good rpg to start me off
silapaito: flash is limited for makign rpgs
HayaiHakku: what do u mean
silapaito: all it can do is simple games
HayaiHakku: how do u figure that
silapaito: itried making a rpg using flash and it isnt good
HayaiHakku:
www.dofus.com
HayaiHakku: the entire game is flash bases
HayaiHakku: based
silapaito: i will help you make your mmorpg in Game Maker
HayaiHakku: your only limits depends on how much scripts you know
silapaito: i am making a Pokemon mmorpg using GM
HayaiHakku: ok heres the thing about programs like 3d gamemaker,they arent mainstream languages,Flash is,game maker isnt.As soon as Game maker desides they arent doing so well they WILL quit updating,and as soon as the new OS comes out for whatever OS your running the program will die and hence will not be supported
HayaiHakku: and flash has no limits
HayaiHakku: and by the way,making a pokemon game is a copyright infringement and you will get screwed if you try and make a single cent off of it
HayaiHakku: try making something original
silapaito: i will teach you how to make a game in flash then
HayaiHakku: alright
HayaiHakku: whats the script to make a character move at a 90 degree angle pressing the "Up" key
HayaiHakku: ......
HayaiHakku: your googling it arent you
silapaito: nope
HayaiHakku: are u going to answer then?
silapaito: ask me again
HayaiHakku: ??
HayaiHakku: just scroll up dude
silapaito: i was offline
HayaiHakku: um
HayaiHakku: how do u make a character move at a 90 degree angle pressing the "up" key
silapaito: i will show you an example flash game I made
HayaiHakku: i want you to show me how to movew at a 90 degree angle please
HayaiHakku: if you really know how to do it that is
HayaiHakku: how old are you
silapaito: this was a flash game I made
http://texttwist.anfor.net/naruto.swf
HayaiHakku: yea ok
HayaiHakku:
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT)) {
play();
_rotation = 90;
_x += movespeed;
}
HayaiHakku: headshot
silapaito signed off at 2:57:22 AM.