00:00
00:00
Newgrounds Background Image Theme

apollonx just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

The Flash 'Reg' Lounge

3,046,909 Views | 60,186 Replies
New Topic Respond to this Topic

Response to The Flash 'Reg' Lounge 2013-05-12 23:30:56


Here's what I submitted to the 10 day game jam. All in all I'd say there was 5 separate days I worked on this. I'm happy with it, but the mechanics needs tweaking and I need to practice some level design. I'll post the other games when the final list is compiled.

Response to The Flash 'Reg' Lounge 2013-05-13 01:50:43


At 5/12/13 11:30 PM, GeoKureli wrote: Here's what I submitted to the 10 day game jam. All in all I'd say there was 5 separate days I worked on this. I'm happy with it, but the mechanics needs tweaking and I need to practice some level design. I'll post the other games when the final list is compiled.

VERY COOL! For 5 days that is good. I enjoyed it. I think the levels were designed pretty well for a 10 game jam. Goodluck on any prize there is/ if there is one for this jam. well done.


BBS Signature

Response to The Flash 'Reg' Lounge 2013-05-13 02:13:41


Fuck dota. A 2 stack left late game cuz they were bored: lost us the teamfight, then abandoned, then we lose 2 lanes of rax. I was solo holding off 5 as a fed as hell gyro but then creeps killed the ancient. Man...we shoulda won that game. Fuck people.

For the text explosion bitmapFill thing, it turns out that tall letters screw up the offset I had to find. I'm sure a letter that goes under the baseline would screw it up as well. Blehhhhhhhh to TextMetrics I guess...

Response to The Flash 'Reg' Lounge 2013-05-13 15:29:23


Response to The Flash 'Reg' Lounge 2013-05-13 15:37:16


i fucking hate the SWF file format
http://pastebin.com/X2gviE0J

i mean its nice it all compresses down to fucking nothing in filesize... but most of the filesize is audio or bitmaps anyway... if they would simplify this down it would be THE format for vector art/animation

Response to The Flash 'Reg' Lounge 2013-05-13 16:37:56


At 5/13/13 03:37 PM, Glaiel-Gamer wrote: i fucking hate the SWF file format
http://pastebin.com/X2gviE0J

i mean its nice it all compresses down to fucking nothing in filesize... but most of the filesize is audio or bitmaps anyway... if they would simplify this down it would be THE format for vector art/animation

Isn't it already THE format for vector art/animation? :)


- Matt, Rustyarcade.com

Response to The Flash 'Reg' Lounge 2013-05-13 16:39:03


At 5/13/13 04:37 PM, Rustygames wrote: Isn't it already THE format for vector art/animation? :)

I mean for purposes other than running in flash player / adobe AIR

Response to The Flash 'Reg' Lounge 2013-05-13 16:43:31


At 5/13/13 04:39 PM, Glaiel-Gamer wrote:
At 5/13/13 04:37 PM, Rustygames wrote: Isn't it already THE format for vector art/animation? :)
I mean for purposes other than running in flash player / adobe AIR

I've never used vectors outside of flash. What is the current format to use? Is there a standard or lots of bespoke solutions?


- Matt, Rustyarcade.com

Response to The Flash 'Reg' Lounge 2013-05-13 16:48:10


At 5/13/13 04:43 PM, Rustygames wrote:
At 5/13/13 04:39 PM, Glaiel-Gamer wrote:
At 5/13/13 04:37 PM, Rustygames wrote: Isn't it already THE format for vector art/animation? :)
I mean for purposes other than running in flash player / adobe AIR
I've never used vectors outside of flash. What is the current format to use? Is there a standard or lots of bespoke solutions?

there really isn't. Maybe SVG, but IIRC that doesn't support animations to the same extent flash does. It's not HARD to decode swf files, the spec for it is really detailed (http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/
en/devnet/swf/pdf/swf-file-format-spec.pdf
), its just a pain in the ass cause of all the weird bit field compression stuff (you can't use built in streams / file IO since they don't support reading unaligned bit fields)

Response to The Flash 'Reg' Lounge 2013-05-13 17:48:48


how hard is to develop scripting language like as3 or similar?


RangeError: Error #1125: The index 4 is out of range 4.

Response to The Flash 'Reg' Lounge 2013-05-13 17:49:39


Are you trying to read swfs for vector animations in other programs? sounds interesting

Response to The Flash 'Reg' Lounge 2013-05-13 18:17:30


At 5/13/13 05:49 PM, GeoKureli wrote: Are you trying to read swfs for vector animations in other programs? sounds interesting

I made a proof of concept of it back in 2010 (load SWF graphics and display them with C++/openGL) and I'm just rewriting it in a cleaner more flexible way right now so I can actually use it.

Response to The Flash 'Reg' Lounge 2013-05-13 18:26:50


At 5/13/13 06:17 PM, Glaiel-Gamer wrote: I made a proof of concept of it back in 2010 (load SWF graphics and display them with C++/openGL) and I'm just rewriting it in a cleaner more flexible way right now so I can actually use it.

Like ScaleForm or something?

Response to The Flash 'Reg' Lounge 2013-05-13 18:33:26


At 5/13/13 06:26 PM, MSGhero wrote:
At 5/13/13 06:17 PM, Glaiel-Gamer wrote: I made a proof of concept of it back in 2010 (load SWF graphics and display them with C++/openGL) and I'm just rewriting it in a cleaner more flexible way right now so I can actually use it.
Like ScaleForm or something?

no, its not a flash player / virtual machine implementation like scaleform is, you can extract movieclip data from the SWF and use them as game objects

Response to The Flash 'Reg' Lounge 2013-05-13 19:49:32


At 5/13/13 06:33 PM, Glaiel-Gamer wrote: no, its not a flash player / virtual machine implementation like scaleform is, you can extract movieclip data from the SWF and use them as game objects

That will be pretty coool, but yeah, I see how that could be pain in the ass. Are you gonna turn it into a full working library thing or just make it flexible enough for what your up to right now? What are you up too?


BBS Signature

Response to The Flash 'Reg' Lounge 2013-05-13 19:56:34


good to see this much at least

http://pastebin.com/jJA5UT6S

Response to The Flash 'Reg' Lounge 2013-05-13 20:17:50


At 5/13/13 07:56 PM, Glaiel-Gamer wrote: good to see this much at least

http://pastebin.com/jJA5UT6S

Sweeeet. reminds me of a library I used to mess with the .swf file format, but of course that was in as3.


BBS Signature

Response to The Flash 'Reg' Lounge 2013-05-13 21:04:59


At 5/13/13 07:49 PM, swishcheese wrote: That will be pretty coool, but yeah, I see how that could be pain in the ass. Are you gonna turn it into a full working library thing or just make it flexible enough for what your up to right now? What are you up too?

it is just for me, i can be a lot more lax with what features I support and what ones I dont and stuff

Response to The Flash 'Reg' Lounge 2013-05-13 22:16:33


At 5/13/13 09:04 PM, Glaiel-Gamer wrote: it is just for me, i can be a lot more lax with what features I support and what ones I dont and stuff

okayy, cool. cool. That's the best kind of classes to make, for yourself by yourself.


BBS Signature

Response to The Flash 'Reg' Lounge 2013-05-14 03:22:53


So I had the issue in the text explosion where letters that went below the baseline (qypgj) screwed up the beginBitmapFill matrix param. If the word also had tall letters in it, the param would be different than if it didn't have tall letters. The height of "tg" for instance is more than the height of "ag." "j" is the worst since it's a tall letter (the dot) and goes below the baseline!

It seems like every "height" or "ascent" variable in all the text classes is just the maximum height the letter can be rather than it's actual height. So I had to hard-code all the tall letters and the proper offset to use in each situation...Not sure how else to go about it.

If the font face or size changes, I'll be so sad.

Response to The Flash 'Reg' Lounge 2013-05-15 17:50:14


At 5/14/13 03:22 AM, MSGhero wrote: So I had the issue in the text explosion where letters that went below the baseline (qypgj) screwed up the beginBitmapFill matrix param. If the word also had tall letters in it, the param would be different than if it didn't have tall letters. The height of "tg" for instance is more than the height of "ag." "j" is the worst since it's a tall letter (the dot) and goes below the baseline!

It seems like every "height" or "ascent" variable in all the text classes is just the maximum height the letter can be rather than it's actual height. So I had to hard-code all the tall letters and the proper offset to use in each situation...Not sure how else to go about it.
If the font face or size changes, I'll be so sad.

I wonder if the sizes offset is uniform. Like you could make an offset variable equal to zero and add it to all the hardcoded values. Then if the size changes you can just change the offset variable (negative if size goes smaller, positive if bigger)


BBS Signature

Response to The Flash 'Reg' Lounge 2013-05-15 18:47:14


At 5/15/13 05:50 PM, swishcheese wrote: I wonder if the sizes offset is uniform. Like you could make an offset variable equal to zero and add it to all the hardcoded values. Then if the size changes you can just change the offset variable (negative if size goes smaller, positive if bigger)

Within the same font, that might be possible since the ratios between things would remain constant. It might be as easy as offset at 28pt * new size / 28pt or something. I tried a few filters out to see if it could look less boring, but I have to check inner as true each time cuz outer glows and such mean a different offset. I'll just make gameplay more interesting and exciting so no one notices how weird the polygons look when put together. I guess I could also use the textfield as the default image until they collide, then remove that and add the polys' shapes.

Response to The Flash 'Reg' Lounge 2013-05-15 19:30:08


Free assets. I suggest we jam using whatever assets get uploaded. They'll all be high quality, and it'd be interesting to see the different ways people implement the same thing. It'd be more of a programmer's jam since the art and music will already exist, but who cares about artsy people anyway?

No offense to artsy people

Response to The Flash 'Reg' Lounge 2013-05-16 00:41:08


At 5/15/13 07:30 PM, MSGhero wrote: Free assets. I suggest we jam using whatever assets get uploaded. They'll all be high quality, and it'd be interesting to see the different ways people implement the same thing. It'd be more of a programmer's jam since the art and music will already exist, but who cares about artsy people anyway?
No offense to artsy people

This is nice and very exciting. I'm always surprised by just how very motivation-inducing art and animation assets can be to me. Haven't worked with an animator for a really long time. I think it would be great to to have a jam among programmers with a huge package of open assets. Heck, it'd be great to have a huge package of open assets even without the jam, lol. But joking aside, I think it's an interesting idea; it could really bring out the individual potential of each programmer. I think some people would be able to churn out games incredibly fast with such a package.

Looks like it's still in its very early formative stages. Give me a poke when this thing is good to go and you guys wanna jam :-)


BBS Signature

Response to The Flash 'Reg' Lounge 2013-05-16 02:13:31


At 5/16/13 12:41 AM, Toast wrote:
At 5/15/13 07:30 PM, MSGhero wrote: I suggest we jam using whatever assets get uploaded.

So, are we doing this? sounds cool, I'm sure the bundle organizers would love to hear about it

Response to The Flash 'Reg' Lounge 2013-05-16 02:45:33


At 5/16/13 02:13 AM, GeoKureli wrote:
At 5/16/13 12:41 AM, Toast wrote:
At 5/15/13 07:30 PM, MSGhero wrote: I suggest we jam using whatever assets get uploaded.
So, are we doing this? sounds cool, I'm sure the bundle organizers would love to hear about it

+1
count me in, this is great!


RangeError: Error #1125: The index 4 is out of range 4.

Response to The Flash 'Reg' Lounge 2013-05-16 12:08:56


At 5/16/13 02:13 AM, GeoKureli wrote: So, are we doing this? sounds cool, I'm sure the bundle organizers would love to hear about it

I already asked, and he said that'd be cool once they get their assets/asses together. Maybe ad revenue can go toward the money they need to make it open source? I'm not sure how much exactly that is. I'll ask Tom to bring it up once the bundle is ready.

Response to The Flash 'Reg' Lounge 2013-05-16 12:51:46


At 5/15/13 07:30 PM, MSGhero wrote: Free assets. I suggest we jam using whatever assets get uploaded. It'd be more of a programmer's jam since the art and music will already exist, but who cares about artsy people anyway?

Great idea! I'm starting to go through jam withdrawal D:

symptoms include doing school work and sleeping

Response to The Flash 'Reg' Lounge 2013-05-16 16:12:57


I am in!!!....Depending on what summer job I get. Soooo, +1/2 for me.


BBS Signature

Response to The Flash 'Reg' Lounge 2013-05-16 20:39:04


Ohey, Glaiel, I didn't know you used twitter.
Saw TB reply to your tweet and I was like "oh, hey!" :P


Programming stuffs (tutorials and extras)

PM me (instead of MintPaw) if you're confuzzled.

thank Skaren for the sig :P

BBS Signature