00:00
00:00
Newgrounds Background Image Theme

dickfist67 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,047,421 Views | 60,186 Replies
New Topic Respond to this Topic

Response to The Flash 'Reg' Lounge 2010-03-26 15:24:48


At 3/26/10 02:44 PM, adman wrote: If anyone wants a lockerz account, pm me and ill email you an invite :D

Hint #1
Hint #2

*hint* *hint*

Response to The Flash 'Reg' Lounge 2010-03-26 15:35:26


At 3/26/10 03:24 PM, knugen wrote:
At 3/26/10 02:44 PM, adman wrote: If anyone wants a lockerz account, pm me and ill email you an invite :D
Hint #1
Hint #2

*hint* *hint*

I didnt think it deserved a thread I just thought it might be worth posting it in here :)

In lighter news, i dressed up as luigi today for charity :)
See picture :)

The Flash 'Reg' Lounge


.

BBS Signature

Response to The Flash 'Reg' Lounge 2010-03-26 16:31:58


In lighter news, i dressed up as luigi today for charity :)
See picture :)

For Charity? That's kinda weird. Who's Mario?


I am a FAB

BBS Signature

Response to The Flash 'Reg' Lounge 2010-03-26 17:58:58


Spent the morning at Microsoft. Cool place :)


MY E-PENIS IS BIGGER THAN YOURS

8=================================>

...and this is my fag...

BBS Signature

Response to The Flash 'Reg' Lounge 2010-03-26 19:55:35


At 3/26/10 05:58 PM, El-Presidente wrote: Spent the morning at Microsoft. Cool place :)

it is. they have a giant master chief statue standing guard over the building

Response to The Flash 'Reg' Lounge 2010-03-26 20:07:59


At 3/26/10 04:31 PM, Farza wrote: For Charity? That's kinda weird.

He spent the day running around hitting boxes and giving the coins to charity.


:U

Response to The Flash 'Reg' Lounge 2010-03-26 21:34:36


Anyone else have any interesting or strange coding color schemes to share?

Here's how I have mine set up; It's Newgrounds-Themed!

The Flash 'Reg' Lounge

Response to The Flash 'Reg' Lounge 2010-03-27 01:20:26


At 3/26/10 09:46 PM, zrb wrote:
At 3/26/10 09:34 PM, Archon68 wrote: Anyone else have any interesting or strange coding color schemes to share?

Here's how I have mine set up; It's Newgrounds-Themed!
Your scheme makes my eyes bleed.

LOOL! Im just going to admit this now, in my movies alot of the time im really into the drawing and am not even bothering to think about movieclip names. So when i need to make one and i'm not thinking i'll just name it "whateverzbla" and "ummidkOMGLOLk" and what not :P

Response to The Flash 'Reg' Lounge 2010-03-27 01:42:52


At 3/26/10 09:34 PM, Archon68 wrote: Anyone else have any interesting or strange coding color schemes to share?
Here's how I have mine set up; It's Newgrounds-Themed!

Where does that red/pink colour come from?

At 3/27/10 01:20 AM, Duchednier wrote: LOOL! Im just going to admit this now, in my movies alot of the time im really into the drawing and am not even bothering to think about movieclip names. So when i need to make one and i'm not thinking i'll just name it "whateverzbla" and "ummidkOMGLOLk" and what not :P

I used to do that or just use some random word that slightly described the MC but now I try to organise everything in the library as it make it much easier when working on a big project with lots of things.


don't be late | Collab101 | Australian Users List | Nayhan's actionScript examples > click

Response to The Flash 'Reg' Lounge 2010-03-27 02:09:01


At 3/25/10 06:36 PM, HDXmike wrote: Yeah guys jeez it was just a social experiment

Hey Mike where did your news posts go and why did they leave?!


don't be late | Collab101 | Australian Users List | Nayhan's actionScript examples > click

Response to The Flash 'Reg' Lounge 2010-03-27 04:29:09


Now this is something to party about.


Im firing mah lazzzzzzzzzor!!!!!!

Response to The Flash 'Reg' Lounge 2010-03-27 05:27:32


At 3/26/10 09:34 PM, Archon68 wrote: Anyone else have any interesting or strange coding color schemes to share?

Here's how I have mine set up; It's Newgrounds-Themed!

I may not be a member of this lounge, but may I ask you how you do that?


"The trust of the innocent is the liar's most useful tool." -Stephen King

Response to The Flash 'Reg' Lounge 2010-03-27 07:18:26


At 3/27/10 06:15 AM, HDXmike wrote: Also anyone got tips on smoothing an objects rotation , and i dont mean incrementing/decrementing it by 1 until it gets to what point its supposed to be , tried that , looks horrible . so , any takers ?

What like:

var rotateTo:int = 180; var rVel:Number = 0; function (event:Event) { rVel = (rotateTo - this.rotation)/10; }

Also haven't we had this color scheme discussion like a million times before?


"To live is the rarest thing in the world. Most people exist, that is all."

- Oscar Wilde

BBS Signature

Response to The Flash 'Reg' Lounge 2010-03-27 07:20:01


Forgot that all important line.

var rotateTo:int = 180; var rVel:Number = 0; function (event:Event) { rVel = (rotateTo - this.rotation)/10; this.rotation += rvel; }

"To live is the rarest thing in the world. Most people exist, that is all."

- Oscar Wilde

BBS Signature

Response to The Flash 'Reg' Lounge 2010-03-27 09:08:08


Visual C# won't install.

Anyone thing they can help me? Visual C# won't install on my computer. It downloads fine but, the moment I start installing, setup.exe has stopped working and it says it cannot install. Windows Event Viewer gives these details on the error:

- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> - <System> <Provider Name="MsiInstaller" /> <EventID Qualifiers="0">11935</EventID> <Level>2</Level> <Task>0</Task> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2010-03-27T12:59:42.000Z" /> <EventRecordID>6734</EventRecordID> <Channel>Application</Channel> <Computer>HappyDays-PC</Computer> <Security UserID="S-1-5-21-152070425-1427531586-4182124421-1000" /> </System> - <EventData> <Data>Product: Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729 -- Error 1935.An error occurred during the installation of assembly 'Microsoft.VC90.ATL,version="9.0.30729.1",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="x86",type="win32"'. Please refer to Help and Support for more information. HRESULT: 0x80070422. assembly interface: IAssemblyCacheItem, function: Commit, component: {AE56AAF5-F3C0-3D4B-8859-A1E50A3E27BF}</Data> <Data>(NULL)</Data> <Data>(NULL)</Data> <Data>(NULL)</Data> <Data>(NULL)</Data> <Data /> <Data /> <Binary>7B33433344363936422D304442372D334336442D413335362D3344423843453534313931387D</Binary> </EventData> </Event>

Can anyone help?


"To live is the rarest thing in the world. Most people exist, that is all."

- Oscar Wilde

BBS Signature

Response to The Flash 'Reg' Lounge 2010-03-27 13:09:47


At 3/26/10 07:55 PM, Glaiel-Gamer wrote: it is. they have a giant master chief statue standing guard over the building

Oy, I completely forgot you lived out here! Damn... It's cool and very nice, but not as "playful" (wrong w.c.) of an environment as Google. I really enjoyed it there though, hoping to intern there at some point.


MY E-PENIS IS BIGGER THAN YOURS

8=================================>

...and this is my fag...

BBS Signature

Response to The Flash 'Reg' Lounge 2010-03-27 14:08:20


LOOL! Im just going to admit this now, in my movies alot of the time im really into the drawing and am not even bothering to think about movieclip names. So when i need to make one and i'm not thinking i'll just name it "whateverzbla" and "ummidkOMGLOLk" and what not :P

I understand, when you're on a productive roll, but seriously man, I cannot even tell you how many times I've been hosed by carelessly named symbols. It doesn't happen everyday, but when it does, it stings like a world class bitch. It's even worse for 3d stuff. 900 objects all called "Sphere + Number" or some permutation of "asdfghjkl" = Bad idea.


BBS Signature

Response to The Flash 'Reg' Lounge 2010-03-27 14:14:42


At 3/27/10 02:08 PM, doctormario wrote: I understand, when you're on a productive roll, but seriously man, I cannot even tell you how many times I've been hosed by carelessly named symbols. It doesn't happen everyday, but when it does, it stings like a world class bitch. It's even worse for 3d stuff. 900 objects all called "Sphere + Number" or some permutation of "asdfghjkl" = Bad idea.

I do that too but even when I name stuff, I end up getting too detailed with the name, and then it's hard to find because I forget which detail or word I started the name with.


the events are merely fictional, written, directed, and acted out by all who create them

BBS Signature

Response to The Flash 'Reg' Lounge 2010-03-27 14:14:45


Poorly named symbols sucks even more when you're trying to organize a collab. Even when you give people specific instructions on how to name their symbols, they still name everything "asdfasdfasdfasdf".

Response to The Flash 'Reg' Lounge 2010-03-27 14:36:34


should be able to put everything into a folder for each part at least


the events are merely fictional, written, directed, and acted out by all who create them

BBS Signature

Response to The Flash 'Reg' Lounge 2010-03-27 16:08:19


At 3/27/10 04:00 PM, ImpendingRiot wrote: Oh animation, how I've missed you.

Actually, we're Flash. Animation is over here.


Doomsday-One, working on stuff better than preloaders. Marginally.

Response to The Flash 'Reg' Lounge 2010-03-27 16:11:13


At 3/27/10 06:15 AM, HDXmike wrote: Also anyone got tips on smoothing an objects rotation , and i dont mean incrementing/decrementing it by 1 until it gets to what point its supposed to be , tried that , looks horrible . so , any takers ?

Increment it by less than 1 with more iterations.

Response to The Flash 'Reg' Lounge 2010-03-27 17:27:58


At 3/27/10 04:20 PM, ImpendingRiot wrote:
At 3/27/10 04:08 PM, Doomsday-One wrote:
At 3/27/10 04:00 PM, ImpendingRiot wrote: Oh animation, how I've missed you.
Actually, we're Flash. Animation is over here.
I hope your favorite shirt is shrunk in the dryer.

I wish i could do that but whenever i need to it doesn't work....


the events are merely fictional, written, directed, and acted out by all who create them

BBS Signature

Response to The Flash 'Reg' Lounge 2010-03-27 20:14:53


I am eagerly awaiting the CS5 Master Collection release. I'm a bit concerned about the price, though. Hopefully I'll have enough for it after the Upgrade price cut and the Student Edition pricing.

Response to The Flash 'Reg' Lounge 2010-03-27 20:38:59


Ok guys, my thread didn't help much, so let's step up the game.

Response to The Flash 'Reg' Lounge 2010-03-27 21:05:45


At 3/27/10 08:38 PM, knugen wrote: Ok guys, my thread didn't help much, so let's step up the game.

I don't have a delete key on my keyboard so I can't delete anything!


The water in Majorca don't taste like what it oughta.

| AS3: Main | AS2: Main | Flash Tutorials |

BBS Signature

Response to The Flash 'Reg' Lounge 2010-03-27 21:12:08


At 3/27/10 04:08 PM, Doomsday-One wrote:
At 3/27/10 04:00 PM, ImpendingRiot wrote: Oh animation, how I've missed you.
Actually, we're Flash. Animation is over here.

Well, this is a FLASH reg lounge.


I am a FAB

BBS Signature

Response to The Flash 'Reg' Lounge 2010-03-27 21:33:01


My idea isn't really working at the moment so I need to plug it.
Please comment and share your thoughts.

At 3/27/10 08:38 PM, knugen wrote: Ok guys, my thread didn't help much, so let's step up the game.

I'll make some levels for you knugen :)

At 3/27/10 09:16 PM, HDXmike wrote: ALso who knows gonzossms real name ? i found it today on skype and its freakin' awesome !
hes a pretty cool guy.

I also have him on skype and msn and yea he is a cool guy, I'm not sure what his name is though.


don't be late | Collab101 | Australian Users List | Nayhan's actionScript examples > click

Response to The Flash 'Reg' Lounge 2010-03-27 21:48:13


At 3/27/10 09:05 PM, Kirk-Cocaine wrote:
At 3/27/10 08:38 PM, knugen wrote: Ok guys, my thread didn't help much, so let's step up the game.
I don't have a delete key on my keyboard so I can't delete anything!

There exists keyboards without delete? >_<'

Might put in a button for it then, although I don't want to encourage people to get such crappy keyboards :)

Response to The Flash 'Reg' Lounge 2010-03-27 22:04:02


At 3/27/10 09:51 PM, HDXmike wrote: Best discovery i have ever made

That's largely useless, if you can't tell. Flash is good while you can easily use it for some purpose, if it's going to be involved either way, it's obviously (by far) better to do it without Flash.


BBS Signature