ForumsProgramming ForumGame Submission?

17 8397
mystera
offline
mystera
39 posts
Nomad

Hey I'm not really sure how the game submission works. It takes several work days right? Are there requirements in the game such as AS3 over AS2?

Thanks.

  • 17 Replies
Elitemagical
offline
Elitemagical
1,207 posts
Nomad

Are there requirements in the game such as AS3 over AS2?


I would suggest learning Action Script 3 over Action Script 2 as it contains more features and will probably get you more prepared for later instalments of the language. It's not a requirement, however, to the best of my knowledge. The only requirements I know of is that it must be made in Flash and must be saved with the .fla file extension (which means that game submission excludes games made in Game Maker).

It takes several work days right?


As far as I'm aware, yes. I would suspect that they have to check the code for things like malicious (or potentially harmful code) and anything that advertises other websites, real word trading or anything to do with micro-transactions. Then they also test it to see if it works, and see if it's of high enough quality. If that is the case you must also consider that the process may be delayed if other games have been submitted too.

. . . Someone's bound to say I'm wrong. -_-
manny6574
offline
manny6574
922 posts
Nomad

must be saved with the .fla file extension


You're WRONG!! The final product is a .swf movie, the .fla is the original, which can only be opened in Flash, and .swf are played using Flash Player!

. . . Someone's bound to say I'm wrong. -_-


By the way, I was going to say you're right, but then I saw the flaw with the .fla!
mystera
offline
mystera
39 posts
Nomad

THanks

But how do people get the Armor Games splash screen?

rjbman
offline
rjbman
215 posts
Nomad

I'm just guessing here as I've never gotten the screen, but that's if they're sponsored by AG.

manny6574
offline
manny6574
922 posts
Nomad

but that's if they're sponsored by AG.


Used to think that, but not every game on AG is sposored by them, but every game has theigh screen, sooo.. I dunno.
rjbman
offline
rjbman
215 posts
Nomad

Search "Fred's Adventure". It does not have one.

ZeroComp
offline
ZeroComp
383 posts
Nomad

those games that have splash screen are sponsored by armor games

PixelSmash
offline
PixelSmash
566 posts
Nomad

You're WRONG!! The final product is a .swf movie, the .fla is the original, which can only be opened in Flash, and .swf are played using Flash Player!


Ouch... I do hope that doesn't mean you write all your code on the timeline Right now, I have about 40 classes for the early stages of my game alone, let alone some 200 from external packages... Just one .fla isn't gonna cut it.
manny6574
offline
manny6574
922 posts
Nomad

No, obviously, if classes weren'tallowed then whoa, AG would be tiny, so they kind of must be!

AirDecade
offline
AirDecade
23 posts
Shepherd

swf can be created using Flex SDK + some IDE like FlashDevelop, so you can create a flashgame using freeware tools only, am I wrong?
Can such game be submitted to AG?

manny6574
offline
manny6574
922 posts
Nomad

some IDE like FlashDevelop


Flash develop has no visual way, like flash with movieclips etc. FlashDevelop is just code so thats hard. It is not an IDE
AirDecade
offline
AirDecade
23 posts
Shepherd

Doesn't matter if it's hard or not, if you can compile as3 code into .swf then you can make a flashgame and perhaps submit it to AG.
And this is a very tempting alternative to 700$ Adobe Flash CS.

FlashDevelop doesn't have tools for drawing, but is superior in every other way (well, at least for me). And you can use other free software for drawing, like GIMP, Paint.NET or Inkscape.

It is very important for beginners to to be able to create something without having to pay 700$. I can't try {Flex SDK+ freeware IDE} combo right now, but I heard it works.

manny6574
offline
manny6574
922 posts
Nomad

I said that FlashDevelop is not an IDE! It's a source code editor.

Drawing in a separate program how would you make frames?

It's more than hard and I don't know how I would come about doing it with that combo.

AirDecade
offline
AirDecade
23 posts
Shepherd

You're right, movieClips can't be created without Flash IDE. I forgot about it.

But it's not that hard, it just has to be a game without complex frame-based animation.

rjbman
offline
rjbman
215 posts
Nomad

Manny there are game engines out there that, assuming you want an eight frame movie clip, take a 128x16 image and cut each 16x16 piece into a separate frame. So that's doable. I've tried both, and they're just different. If you use Flash Develop, I would recommend using a game engine like Flixel or FlashPunk.

Showing 1-15 of 17