PDA

View Full Version : AS3 Game Plugins



stylus
10-03-2008, 11:18 PM
Hi ,

I was wondering if there's any examples or preferable tutorials for making games with Electro-Server that use actionscript on the server-side ? Unless I'm wrong both the examples in the Game Tutorial use java to write the plugins.

Mainly just venting at my own limitations as a programmer here but it would be nice if there was an example of a complete game system that didn't require me to write or learn any java.

Cheers ,

Stylus

tcarr
10-04-2008, 03:00 AM
There is at least one example of an AS plugin on the wiki. /me rummages

Hello World Plugin Tutorial (http://www.es-wiki.com/index.php?title=Hello_World_Plugin_Tutorial) gives both ways (Java and AS) to make a plugin.

No we don't have an example of a complete game system in AS, but it can be done. Many of the example plugins that you get when you install ES4 have both Java and AS versions, if that helps.

stylus
10-06-2008, 03:39 PM
hi thanks for your reply , I'll check out the helloWorld tutorial and I guess try and piece my way through the java game examples.

Sorry I'm more of a hacker than a serious programmer I rely on good examples mainly so I'm having a bit of trouble figuring out how to approach making a game with electro-server. I've got experience developing games for smartFox server which I think potentially isn't as good as this server but the documentation is a lot clearer so it's frustrating.