00:00
00:00
Newgrounds Background Image Theme

decafpanda 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,204 Views | 60,186 Replies
New Topic Respond to this Topic

Response to The Flash 'Reg' Lounge 2014-07-13 16:38:59


At 7/13/14 04:29 PM, MSGhero wrote: Swf works on mobile if you have flash player installed (ios disallows flash player installs).

Some people are using unity, but those games get blammed hard because of the unity plugin. Some people use AS3 and a real code editor like FlashDevelop: you can make art in flash pro and import it into your game. Some people use AS2, but don't even get this forum started on why AS2 is bad. Some people use html5 which works on mobile but can sometimes have cross-browser issues. Some people use OpenFL, which lets you use one set of code to export to multiple platforms, flash included.

Thanks a bunch! So basically, a .SWF is still the way to go? I'm not against using FD either way, as long as I still can animate in Flash itself.


Bang!

Response to The Flash 'Reg' Lounge 2014-07-13 16:43:36


At 7/13/14 04:26 PM, Diki wrote: Flash is great for design/animation, but it's worth repeating that it is horrible for game development. Developing games in the Flash IDE is equivalent to making animated GIFs in Photoshop: it's possible, but it's not a good idea.

Thanks so much as well! Would you guys recommend another IDE besides FlashDevelop? Not against it, just doesn't support OSX as far as I know…


Bang!

Response to The Flash 'Reg' Lounge 2014-07-13 16:44:28


At 7/13/14 04:38 PM, ThatGreenAlien wrote: Thanks a bunch! So basically, a .SWF is still the way to go? I'm not against using FD either way, as long as I still can animate in Flash itself.

For NG, yes unless you want your game to be played on all mobile devices.

Response to The Flash 'Reg' Lounge 2014-07-13 17:00:39


At 7/13/14 04:38 PM, ThatGreenAlien wrote: as long as I still can animate in Flash itself.

You can do that. Just need to export the animations and then import them as external assets, which is the best way of managing art for SWF-based games.

At 7/13/14 04:43 PM, ThatGreenAlien wrote: Thanks so much as well! Would you guys recommend another IDE besides FlashDevelop? Not against it, just doesn't support OSX as far as I know…

You might be able to get Flash Develop to work using this method. I haven't used OSX for over ten years, and even then my experience was very limited, so I can't say with any certainty that you can get FD to work on OSX.

If that doesn't work you could try the FDT Eclipse plugin. I've never used it before, but Eclipse is a solid IDE so it's probably good.

Response to The Flash 'Reg' Lounge 2014-07-13 17:04:06


At 7/13/14 05:00 PM, Diki wrote: You might be able to get Flash Develop to work using this method. I haven't used OSX for over ten years, and even then my experience was very limited, so I can't say with any certainty that you can get FD to work on OSX.

If that doesn't work you could try the FDT Eclipse plugin. I've never used it before, but Eclipse is a solid IDE so it's probably good.

Thanks so much both of you, I'll look into this for sure! I'm just happy Flash is still alive and well!


Bang!

Response to The Flash 'Reg' Lounge 2014-07-14 16:18:23


Turns out it's actually very difficult to code with a broken hand in a cast and sling D:

Seriously, though, my WPM is like 10

Programming stuffs (tutorials and extras)

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

thank Skaren for the sig :P

BBS Signature

Response to The Flash 'Reg' Lounge 2014-07-14 16:35:59


At 7/14/14 04:18 PM, egg82 wrote: Turns out it's actually very difficult to code with a broken hand in a cast and sling D:
Seriously, though, my WPM is like 10

did you enable sticky keys?

Response to The Flash 'Reg' Lounge 2014-07-14 17:23:52


At 7/14/14 04:35 PM, Glaiel-Gamer wrote: did you enable sticky keys?

Nope, I find it extremely annoying as a gamer and always keep it off, along with the dialog.


Programming stuffs (tutorials and extras)

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

thank Skaren for the sig :P

BBS Signature

Response to The Flash 'Reg' Lounge 2014-07-14 17:58:28


At 7/14/14 05:23 PM, egg82 wrote: Nope, I find it extremely annoying as a gamer and always keep it off, along with the dialog.

If Windows weren't so poorly designed those dialogs wouldn't steal focus and would make them far less annoying, but that ain't the case.

How did you break your hand, anyway?

Response to The Flash 'Reg' Lounge 2014-07-14 21:15:45


At 7/14/14 05:58 PM, Diki wrote: How did you break your hand, anyway?

got into a fight with a hunk of metal, the metal won :P
isn't moving furniture fun?


Programming stuffs (tutorials and extras)

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

thank Skaren for the sig :P

BBS Signature

Response to The Flash 'Reg' Lounge 2014-07-15 16:32:52


Can someone go to a random html5 game and see if they can find where "NewgroundsAPI_UserName" and stuff are located in the page source? With flash, they are listed under "FlashVars" and are added to root.loaderInfo.parameters. No newgrounds html5 stuff is loading in chrome and it's kinda annoying.

Response to The Flash 'Reg' Lounge 2014-07-16 02:43:19


Encryption process

@.@ good grief

Response to The Flash 'Reg' Lounge 2014-07-16 03:31:20


At 7/16/14 02:43 AM, MSGhero wrote: Encryption process

Actually looks interesting. Also makes sense.
Serializing objects causes a long string, and encrypting that causes an even longer string.
(I personally like LZW for string compression because of its simplicity and effectiveness)


Programming stuffs (tutorials and extras)

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

thank Skaren for the sig :P

BBS Signature

Response to The Flash 'Reg' Lounge 2014-07-16 13:25:29


At 7/16/14 03:31 AM, egg82 wrote: Actually looks interesting. Also makes sense.
Serializing objects causes a long string, and encrypting that causes an even longer string.
(I personally like LZW for string compression because of its simplicity and effectiveness)

Sounds like you want to write that portion of the haxe API. I started to, but there's no native RC4 and the only BaseN algo is for powers of 2 (can't follow NG's demo). The output I got is a mess of random non-letters, but it wasn't a very long string. Makes me think the string is in base 256 or something when it should be hex.

help

Response to The Flash 'Reg' Lounge 2014-07-16 22:42:25


Freaking fantastic vocals O.o
http://www.youtube.com/watch?v=kHue-HaXXzg


Programming stuffs (tutorials and extras)

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

thank Skaren for the sig :P

BBS Signature

Response to The Flash 'Reg' Lounge 2014-07-17 18:10:38


Does anyone speak Russian?
http://www.youtube.com/watch?v=I5KedtfhMMw

Response to The Flash 'Reg' Lounge 2014-07-17 19:21:39


At 7/17/14 06:10 PM, GeoKureli wrote: Does anyone speak Russian?
http://www.youtube.com/watch?v=I5KedtfhMMw

Wat. I feel like flappy bird should have it's own rule 34.

In other news, I'm a sorcerer. I crafted a variable that didn't already exist at compile time using haxe macros. It gets the source code of a class, creates a static variable, and stores the text into that variable. Inspired by the last bit here. Meta programming.

Response to The Flash 'Reg' Lounge 2014-07-17 21:05:40


At 7/17/14 07:21 PM, MSGhero wrote:
At 7/17/14 06:10 PM, GeoKureli wrote: Does anyone speak Russian?
http://www.youtube.com/watch?v=I5KedtfhMMw
Wat. I feel like flappy bird should have it's own rule 34.

I went to the site and this was the (google translated... badly... I hope) synopsis

"Our main hero - English singer once popular music under the dancing, performing their songs cool baritone voice that can not be confused with anyone in the early '80s. He began his career as a drummer and vocalist concert finished. But his main problem in a creative career was the fact that no one ever took seriously, but rather as a puppet in the hands of producers who have tried it to make more money for themselves. Today he wants to somehow stand again and decides to repeat the record of fluttering birds fleppi berdz very unusual way - through farting. Since man has no wings, but want to fly, you can use the gas it will try to fly between the pipes. As before, he never did, here he needs your help more than ever. Help the guy to break the record and fluttering birds fly as far as possible.

If you do not have a very fast internet, please wait until the game "Farting Flippy Rick Astley" boot: depending on its size it could happen as soon as a few minutes. You wait for good reason, because you'll get a lot of fun, a lot of positive emotions and good mood just by its passage."

They went way deeper then I ever planned it to be.

Response to The Flash 'Reg' Lounge 2014-07-18 01:40:19


Decided to play with Away3D again and flesh out a library I've been working on. Started building a simple project in FP12.

question: How is this enough to tank my framerate from 60 to 40? Seriously, I run a six-core processor with 10GB of RAM and a $250 dedi GPU. I can play Skyrim on high settings at 60 FPS, why is THAT too much for my PC?

/rant

Programming stuffs (tutorials and extras)

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

thank Skaren for the sig :P

BBS Signature

Response to The Flash 'Reg' Lounge 2014-07-18 01:51:41


At 7/18/14 01:40 AM, egg82 wrote: question: How is this enough to tank my framerate from 60 to 40?

Flash.

Response to The Flash 'Reg' Lounge 2014-07-18 03:51:31


Not a huge fan of that..

Speaking of things I'm not a huge fan of, my cooling system. Every time I want to push my six-core I either need to carefully watch my temperature or risk frying my CPU and a full PC meltdown via a (safe-ish) power-off.
Noticed this with Handbrake (since AME doesn't accept the mkv file format)

I'm aware the cooling is completely inadequate, but AMD says if I don't use their pre-packaged fan I lose the warranty.
So I guess no liquid cooling for me :(

blah.


Programming stuffs (tutorials and extras)

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

thank Skaren for the sig :P

BBS Signature

Response to The Flash 'Reg' Lounge 2014-07-18 11:43:35


At 7/18/14 03:51 AM, egg82 wrote: Speaking of things I'm not a huge fan of, my cooling system. Every time I want to push my six-core I either need to carefully watch my temperature or risk frying my CPU and a full PC meltdown via a (safe-ish) power-off.
Noticed this with Handbrake (since AME doesn't accept the mkv file format)

I'm aware the cooling is completely inadequate, but AMD says if I don't use their pre-packaged fan I lose the warranty.
So I guess no liquid cooling for me :(

That sounds like something is defective. If you haven't overclocked the CPU then the stock cooling should be just fine, even if the processor is under 100% load (unless the quality of AMD's CPUs has gone down the shitter lately; I haven't used them for years so I wouldn't know).

Response to The Flash 'Reg' Lounge 2014-07-18 14:03:03


At 7/18/14 11:43 AM, Diki wrote: That sounds like something is defective. If you haven't overclocked the CPU then the stock cooling should be just fine, even if the processor is under 100% load (unless the quality of AMD's CPUs has gone down the shitter lately; I haven't used them for years so I wouldn't know).

I don't believe it's been overclocked unless it's automatic from the motherboard's firmware.
Never seen this processor hit full 100%, anyway.


Programming stuffs (tutorials and extras)

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

thank Skaren for the sig :P

BBS Signature

Response to The Flash 'Reg' Lounge 2014-07-18 14:37:35


At 7/18/14 02:03 PM, egg82 wrote: I don't believe it's been overclocked unless it's automatic from the motherboard's firmware.
Never seen this processor hit full 100%, anyway.

How long have you had it? Do you perform maintenance like cleaning dust and reapplying thermal paste (if it's been that sort of length of time)?

Here, it's been very hot... at least for England, and my temps have risen a fair bit because my room is so warm in comparison to what it normally is like.

Response to The Flash 'Reg' Lounge 2014-07-18 15:19:20


At 7/18/14 02:37 PM, Sam wrote: How long have you had it?

almost a year, now, I think.

Do you perform maintenance like cleaning dust and reapplying thermal paste (if it's been that sort of length of time)?

Nah, hasn't been nearly long enough to need to re-apply paste.
I do dust and check loose cables every so often, but it's been a little while since I've taken the heat sink off for a deep clean.

Here, it's been very hot... at least for England, and my temps have risen a fair bit because my room is so warm in comparison to what it normally is like.

Yeah, it's pretty hot here, too, but 27C-60C in about a minute isn't exactly "hot weather"


Programming stuffs (tutorials and extras)

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

thank Skaren for the sig :P

BBS Signature

Response to The Flash 'Reg' Lounge 2014-07-18 15:24:24


At 7/18/14 02:03 PM, egg82 wrote: I don't believe it's been overclocked unless it's automatic from the motherboard's firmware.

It wouldn't be. My guess is that your heatsink is defective.

At 7/18/14 03:19 PM, egg82 wrote: Yeah, it's pretty hot here, too, but 27C-60C in about a minute isn't exactly "hot weather"

60C isn't "hot"? How are you not dying of a heat stroke? Even 27C would have me sweating like a pig.

Where do you live that it gets up to 60C?

Response to The Flash 'Reg' Lounge 2014-07-18 15:30:56


At 7/18/14 03:24 PM, Diki wrote: Where do you live that it gets up to 60C?

I think he's talking about his CPU going from 27C to 60C. My mum was in Spain last week and it was almost reaching 50C, apparently. Fuck. That.

I've had my fair share of AMD processors and their cooling units tend to be pretty good. To be honest, I usually replace them within a couple of months anyway because by that time I'm bored and want to overclock.

Response to The Flash 'Reg' Lounge 2014-07-18 15:39:06


At 7/18/14 03:30 PM, Sam wrote: I think he's talking about his CPU going from 27C to 60C.

Yeah, can't blame hot weather for that.

I've had my fair share of AMD processors and their cooling units tend to be pretty good. To be honest, I usually replace them within a couple of months anyway because by that time I'm bored and want to overclock.

FX series doesn't need overclocking :P


Programming stuffs (tutorials and extras)

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

thank Skaren for the sig :P

BBS Signature

Response to The Flash 'Reg' Lounge 2014-07-18 15:40:11


At 7/18/14 03:30 PM, Sam wrote: I think he's talking about his CPU going from 27C to 60C.

Would make sense, but he mentioned weather, so I dunno. He could have been talking about Fahrenheit and typed out Celsius accidentally (I think he lives in a place that uses that goofy temperature scale). What say you, egg?

At 7/18/14 03:30 PM, Sam wrote: My mum was in Spain last week and it was almost reaching 50C, apparently. Fuck. That.

Agreed. It's only around 25C here and I'm even finding that hot.

Response to The Flash 'Reg' Lounge 2014-07-18 15:40:40


At 7/18/14 03:30 PM, Sam wrote:
At 7/18/14 03:24 PM, Diki wrote: Where do you live that it gets up to 60C?
I think he's talking about his CPU going from 27C to 60C. My mum was in Spain last week and it was almost reaching 50C, apparently. Fuck. That.

60C = 140F wtf. My cores run at 95F when they're stressed out, but I don't have a dedicated cooling system I guess. Also pretty sure that was a typo.