You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!

Author Search Results: 'Kajenx'

We found 752 matches.


<< < > >>

Viewing 1-30 of 752 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91726

1.

None

Topic: AS3 + Flash for Games

Posted: 09/06/09 05:16 PM

Forum: Flash

I use AS files and just open them in flash. It sounds like you were reading a book about flex, which is basically flash without a graphical interface so the "professional" programmers feel safer without all those scary extra features like a library and a stage.

:3


2.

None

Topic: Why follow Newgrounds on Twitter?

Posted: 09/06/09 04:57 PM

Forum: General

Ewwww, Twitter.....


3.

None

Topic: im the most hated kid anywhere.

Posted: 09/06/09 04:52 PM

Forum: General

Suicide is so overrated...


4.

None

Topic: Elegant way to remove mc after time

Posted: 08/11/09 02:07 AM

Forum: Flash

At 8/11/09 12:33 AM, johnfn wrote:

:or do the prime as3 evil and put code on the MC itself to clean it up

Naww, that's what I do.

this.parent.removeChild(this);
stop();

The only evil in code (at least in my opinion) is something that hurts performance. Of course, the best solution is to recycle everything, but that can just be a pain...


5.

None

Topic: Fighting Game Engine question

Posted: 08/11/09 02:03 AM

Forum: Flash

If you have flash CS4, you can put limbs and body sections in movieclips, then animate those movieclips with the bone tool. Then to switch characters, you simply gotoAndStop() on whatever frame their parts are on in each movieclip.

You can do the same thing without the bone tool (a la SuperFlashBros early work) but I imagine it's much harder.


6.

None

Topic: [contest] Newgrounds Comic Ad

Posted: 08/05/09 11:25 PM

Forum: Art

At 8/5/09 08:29 AM, WoodenSneakers wrote: Pico's School 2

The typography on that is oddly brilliant.


7.

None

Topic: Top entries from 07/20/2009!

Posted: 07/22/09 02:25 AM

Forum: P-bot's Postings

At 7/22/09 01:04 AM, Hulalaoo wrote: Professor Layton for front page please, is the best movie of the week i thing !!!! Tarnsformer only have a high score and front page for are make for a staff, with a high quality visual only

I.e. It was a good movie, a funny parody, and deserves credit you dolt.


8.

None

Topic: Has people lost intrest in flash?

Posted: 07/19/09 05:00 AM

Forum: General

Did you guys ever consider that because there are more people here now, there are also more people making flash?

Just look at Alexa, NG is not losing traffic. It just has more content competing for attention.


9.

None

Topic: Artist Trading Card Exchange

Posted: 06/30/09 01:21 PM

Forum: Art

At 6/28/09 05:05 AM, LegolaSS wrote: iv been tracking it but to be honest i havent really gotten any artistic flair for cards, iv finished my sketch book tour piece and working on my highly detailed munny... i should hopefully get some more on here soon :P

Haha, I saved mine for the last second too. :3 I nearly forgot about it!

I'm gonna do some william and Sly cards once I release my game.


10.

None

Topic: blammed!

Posted: 06/29/09 06:47 AM

Forum: Flash

@ Fro: You really don't have to do great work to avoid being blammed. Blamming filters out the work that obviously has no place here, usually because it's unfinished. You don't even have to be good to avoid being blammed, you just have to expend a tiny amount of effort.


11.

None

Topic: White Screen Before Preloader

Posted: 06/28/09 09:42 AM

Forum: Flash

TRIPLE POST ZOMG!!

I figured it out.

I was using the stop event on all of the sounds (so they wouldn't play, obviously), and this was making it so they weren't forcing the load on that frame like I wanted them to. I changed it to an event, moved them to frame 2 of my dump movieclip, and put a stop on frame 1 of that movieclip. Now the preloader starts at 0. :D


12.

None

Topic: blammed!

Posted: 06/28/09 09:07 AM

Forum: Flash

Don't upload a flash unless it's worth displaying. No one wants to watch you practice. I have a whole folder of stuff I haven't uploaded.


13.

None

Topic: White Screen Before Preloader

Posted: 06/28/09 08:50 AM

Forum: Flash

Well, I remmed out all of my code were it makes a "new SoundNameHere" and the loader works fine. But this code is in a function that isn't called until frame 5. I also tried putting the code on an actual frame, but still no luck. I quadruple checked that all of my sounds are not exporting on frame 1. It just doesn't make sense...

D:<

The flex loader is an option, but I'd really like to figure out what's wrong with this thing. It should be so simple.


14.

None

Topic: White Screen Before Preloader

Posted: 06/28/09 08:31 AM

Forum: Flash

At 6/28/09 07:09 AM, crapatflash wrote: I'm pretty sure that unless you're importing external files like music then hat shouldn't happen... have you tried going into the publishing settings and changing the export frame to a frame other than the first?

I tried this, and it starts at about 20% now, so that's an improvement, but it won't recognize any of my library symbols now. -_-


15.

None

Topic: White Screen Before Preloader

Posted: 06/28/09 06:50 AM

Forum: Flash

Hmmm. Well that'll work for now, but I don't think I could integrate the flashads into that.


16.

None

Topic: White Screen Before Preloader

Posted: 06/27/09 10:59 PM

Forum: Flash

At 6/27/09 12:20 PM, GustTheASGuy wrote: Flash has a 'Generate size report' in the settings. If you can't be bothered messing around with Flash you could make a quick preloader with Flex and embed the Flash-made app after it.

I looked at the size report and it said around 80% of the content is loading on frame 1, which is to be expected from the results I'm getting, but it doesn't make sense. I tried it online and it does the same thing as the simulated DL, so I don't think it's buggy. I thought it might be that I was creating sounds in my document class, so I moved those to a different function and called it after the first frame, but it's still doing it... :/

I might just try the flex idea. That'll still make a single file, right? I DLed flash develop and the flex framework a while ago but I haven't done anything with it yet...


17.

None

Topic: Wip - Pre-alpha Platform Shooter

Posted: 06/27/09 12:40 AM

Forum: Flash

Coming: when it's done

I know how that goes, lol!


18.

Angry

Topic: White Screen Before Preloader

Posted: 06/26/09 11:42 PM

Forum: Flash

So I'm getting the classic white screen before my preloader that stays till 80%, and I've triple checked that all the "Export in first frame" boxes were unchecked. There shouldn't be anything but the loading bar on/before frame one, but it still insists on loading practically the whole game there. I'm really at a loss with this.

Does anyone have ideas on what I can check for?


19.

None

Topic: Art Portal!?

Posted: 06/18/09 11:10 PM

Forum: NG News

Great job dude. I just did a stress test and it looks great!


20.

None

Topic: Artist Trading Card Exchange

Posted: 06/13/09 12:07 PM

Forum: Art

At 6/11/09 10:43 PM, kamaykazay wrote: well i finished another one. its a staff that harnessess the power of a mana crystal. it tilts to the right, and my mom said it looks like a penis >:( what do you think?

HAHA! Your mom said that?! That's priceless. It would have to be a really pointy penis...


21.

None

Topic: Artist Trading Card Exchange

Posted: 06/10/09 10:41 PM

Forum: Art

At 6/10/09 07:44 AM, LegolaSS wrote: i know i was jumping around the house when i found out i had a bunch of stuff air mailed to me... :3... time for some more card making soon :P

Haahaha!

I'm keeping the envelope from mine, I've never gotten mail from England before.


22.

None

Topic: Artist Trading Card Exchange

Posted: 06/09/09 05:57 PM

Forum: Art

Woah! Nice cards guys! I better get to work. Once my new game is done I'll have lots of time.


23.

None

Topic: Artist Trading Card Exchange

Posted: 06/05/09 02:58 AM

Forum: Art

Oh good, I'm glad it made it this time! :D Sry I've been slow getting more cards up, I've been trying to get my latest game finished (see my sig).


24.

None

Topic: Drawing needing serious critique

Posted: 06/03/09 01:41 AM

Forum: Art

Hey, the shading looks nice, but next time try using colors to shade instead of black. It tends to make stuff look smoky instead of darker. if you shaded on different layers with this one, you can try just playing with colors, usually the opposite color on the color wheel is best. It can be close to black, but full black usually only works when shading something white. :3

I like what you did with the hand, that did help a bit. Overall nice work!


25.

None

Topic: Drawing needing serious critique

Posted: 06/01/09 06:59 PM

Forum: Art

Hey, I like that you changed the hand on the latest version, but it looks a bit small now. It seems like she needs a bit more wrist. Maybe bump it out a bit? You're making good progress on it I think, keep it up!


26.

None

Topic: Artist Trading Card Exchange

Posted: 06/01/09 06:53 PM

Forum: Art

Ohh, that sounds challenging. I'll try to whip sommat up.


27.

None

Topic: Artist Trading Card Exchange

Posted: 05/31/09 10:54 PM

Forum: Art

Here's the second card I'm sending to you Legolass. I wanted to do something similar to your cards, kind of abstract and colorful. :3

They'll be in the mail tomorrow. I'm going to resend your card tomorrow too Kinsei.

Artist Trading Card Exchange


28.

None

Topic: Most epic sand art ever

Posted: 05/30/09 09:14 PM

Forum: Art

At 5/30/09 06:18 PM, Viridis wrote: Mine is better

I rofled.


29.

None

Topic: Artist Trading Card Exchange

Posted: 05/28/09 05:14 PM

Forum: Art

Hey Kinsei, I got my card mailed back to me!! D:

Can you PM me your address again? I'll try to resend it.

---------

I would LOVE to have a theme, actually. I seem to have blanked on ideas ATM...LOL


30.

None

Topic: Wide Layout Update 1

Posted: 05/28/09 12:23 AM

Forum: NG News

The wide layout is great, I don't understand why people would like the old play button better. Now I can send people to flash here and they won't be like "How do I play it?"


All times are Eastern Standard Time (GMT -5) | Current Time: 02:12 AM

<< < > >>

Viewing 1-30 of 752 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 91726