Revolution Posted November 28, 2005 Share Posted November 28, 2005 lol this may sound stupid but is this flash the flash used to create games because i want to create and online rpgplease tell me thnx cya Link to comment Share on other sites More sharing options...
Skemcin Posted November 28, 2005 Share Posted November 28, 2005 yes - flash can be used to create games:I just googled "flash games" and here are the first couple results:http://www.addictinggames.com/http://www.flash-game.net/Good luck. Link to comment Share on other sites More sharing options...
Chocolate570 Posted November 28, 2005 Share Posted November 28, 2005 Creating MPORPG's with flash is a bad idea. It's very hard to connect to a server through flash, so it wouldn't be able to save your progress, or interact with other users. I don't know what to suggest, unfortunatley. Link to comment Share on other sites More sharing options...
Jonas Posted November 28, 2005 Share Posted November 28, 2005 I think the regular combination for online RPG games is html, css, javascript, php and mysql. Maybe even a little flash, but only for some graphical effects, banners perhaps. Link to comment Share on other sites More sharing options...
Guest Athadeus Posted December 3, 2005 Share Posted December 3, 2005 A friend of mine asked me to help write some javascripts for a flash game we were going to try to make a year or so ago. He wanted to prove that a game could be made entirely in flash, which it might be possible, but it is definitely not a good idea, at least for now. Like Jonas said, there are many elements involved and though I don't know too much about all the services yet, I think the following setup would be appropriate.The interface page would be written in html with css and php.Javascript could be used for some of the I/O functions.I think most of the game engine (graphics/sound) should be written in java.Finally, interface java with mySql to store game data.I have never personally played a multiplayer game in flash that involved more than one computing device. Reading about RuneQuest and how it was developed might be a good idea, as that is a very large and growing MMORPG nowadays.Happy programming! Link to comment Share on other sites More sharing options...
sorex Posted December 7, 2005 Share Posted December 7, 2005 It depends what games you're trying to do, but online flash games should be possible it's just a matter of sending/receiving data to/from the server. (combine flash with asp for example) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now