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 :DHint #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 :)
.
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
Spent the morning at Microsoft. Cool place :)
MY E-PENIS IS BIGGER THAN YOURS
8=================================>
...and this is my fag...
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
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.
Anyone else have any interesting or strange coding color schemes to share?
Here's how I have mine set up; It's Newgrounds-Themed!
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?Your scheme makes my eyes bleed.
Here's how I have mine set up; It's Newgrounds-Themed!
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
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.
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?!
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?
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?
Forgot that all important line.
var rotateTo:int = 180;
var rVel:Number = 0;
function (event:Event)
{
rVel = (rotateTo - this.rotation)/10;
this.rotation += rvel;
}
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?
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...
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.
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.
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".
should be able to put everything into a folder for each part at least
At 3/27/10 04:00 PM, ImpendingRiot wrote: Oh animation, how I've missed you.
Actually, we're Flash. Animation is over here.
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.
At 3/27/10 04:20 PM, ImpendingRiot wrote:At 3/27/10 04:08 PM, Doomsday-One wrote:I hope your favorite shirt is shrunk in the dryer.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 wish i could do that but whenever i need to it doesn't work....
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.
Ok guys, my thread didn't help much, so let's step up the game.
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!
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
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.
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 :)
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.