Be a Supporter!
Adobe Illustrator? Posted November 5th, 2008 in Game Development

What is this program Illustrator? I saw it on the Adobe website but the description as usually was very vague. >: (
Is it anything like Flash? Can it help with flash animation?

Second question:
I had flash but the trial expired. : (
I go to a public highschool. Can I get the students discount when I buy flash?

Response to: Do you Hate Religion? Posted November 3rd, 2008 in Politics

(sorry didn't finish my whole idea) ...I also hate how they assume we have no morals and are inhuman monsters just because we don't believe in their divine force. I am an Atheist but I still know how to behave.

Response to: Do you Hate Religion? Posted November 3rd, 2008 in Politics

I don't have a problem with religion- but with extremists. The Christians who say you'll go to Hell and be burned and punished for ETERNITY just because of your personal beliefs, yet, if a person kills a baby but repents and believes in god he'll go to heaven and be awarded with an absolutely perfect world.. Nice god. "BElieve in me or burn in a prison forever!"

Response to: Do you Hate Religion? Posted November 2nd, 2008 in Politics

Religion is basically an ancient form of government, in my opinion it all seems "outdated" and is just causing pointless fighting, arguments, and sometimes killing.

And then they say their all about peace. And erase the killings from the history books.

Response to: Illegalize Masturbation Posted November 2nd, 2008 in Politics

THis is fucking hilarious!

Response to: Graphics Posted October 22nd, 2008 in Game Development

yes I have a tween on that layer, so is there any way you know of to get around this rule?

because I have other layers with tweens and it doesn't always do that.

Response to: Graphics Posted October 22nd, 2008 in Game Development

help?

Help?

HELLLLLLLLLLLPPPPPPPPPPPPPP!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Graphics Posted October 22nd, 2008 in Game Development

I try to replace a graphic (boss_rh) with another one at a certain keyframe, but every time I move a symbol onto the stage on that layer, it automatically turns into the symbol boss_rh.

this is weird.

Response to: walking movieclip Posted October 19th, 2008 in Game Development

hint?

hint?

Response to: walking movieclip Posted October 19th, 2008 in Game Development

At 10/19/08 09:16 PM, Noel-Ranger wrote: Remove your movieclip at destination and remplace by a standing one?

that would work. I was hoping their would be an easier way. :o

walking movieclip Posted October 19th, 2008 in Game Development

I am making a movie, to make things easier I made the characters movieclips of the people walking, then use a motion tween to move them around. The problem is that when they reach their destination, their feet keep moving around. How do I make the movieclip stop and start when I want it to?

Response to: Game Tutorials Posted October 15th, 2008 in Game Development

I know the basics- I decided the best way to learn it was to get some advice and just jump in and make a game.

Response to: Rotating MCs? Posted October 15th, 2008 in Game Development

You could try just rotating with a motion tween or frame-by-frame without using any actionscript, then patch it up some until you get it to look how you want.

Response to: Game Tutorials Posted October 15th, 2008 in Game Development

I've been using this code for the enemy- but the problem is only one of the enemies will actually work at a time- If I right click on one and select "send to back" it will work but none of the others will- they just sit there and don't damage the character.
onClipEvent (load) {
speed = 8;
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT)) {
_x += speed;
}
if (Key.isDown(Key.RIGHT)) {
_x -= speed;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
this._parent.gotoAndPlay(2);
}
}

Response to: the uncle phil collab Posted October 15th, 2008 in Game Development

At 10/15/08 07:58 PM, suicidalnene wrote: Wow, this is just stupid, it isn't even funny

I agree. this is a waste of space.
No one else post on this its a waste of time.

Response to: Game Tutorials Posted October 15th, 2008 in Game Development

I actually took you advice and tried to make a game- so far just this error (on the replay button)

Statement must appear within on handler

Response to: Game Tutorials Posted October 15th, 2008 in Game Development

At 10/15/08 12:56 AM, corruptedtodeath wrote: kongregate released a new feature to their site called labs (it has tutorials its came out only 3 for now more with release dates)

I checked out Kongregate labs but I didn't like it-

Response to: Game Tutorials Posted October 14th, 2008 in Game Development

At 10/14/08 09:18 PM, Zlexis wrote: The AS main? of course not its a BBS thread not a submission.

No that other thing- that that guy mentioned.

Response to: Game Tutorials Posted October 14th, 2008 in Game Development

At 10/14/08 09:20 PM, DanBomer wrote:
At 10/14/08 09:04 PM, bgraybr wrote: Interesting way of putting it.
That tutorial wasn't in the tutorials section.
Not all tutorials on Newgrounds are in the tutorial section, idiot. Try using the search bar.

Sorry it annoyed you so much asshole.

Response to: Game Tutorials Posted October 14th, 2008 in Game Development

Interesting way of putting it.
That tutorial wasn't in the tutorials section.

Response to: Sound problem Posted October 14th, 2008 in Game Development

The sound starts when on the keyframe before it, no matter where the sound is.
Insert a keyframe at the point you want it to play at.

Response to: Game Tutorials Posted October 14th, 2008 in Game Development

I knew about the sarcasm but I chose to ignore it. :p

Response to: Game Tutorials Posted October 14th, 2008 in Game Development

At 10/14/08 08:44 PM, uyersuyer wrote: Yeah man, I sure do wish somebody would just come around and program an entire game for me too.

While they're at it, they might as well come do my laundry and cook me some dinner too.

Ok then- do you know of a good AS tutorial somewhere online then? I already said- the ones on Newgrounds are almost useless.

Response to: Are you using Actionscript 2 or 3 ? Posted October 14th, 2008 in Game Development

AS3 is to confusing because it's new and no tutorials are over it.

Response to: Game Tutorials Posted October 14th, 2008 in Game Development

At 10/14/08 08:31 PM, Grossman8 wrote: hmm i too am wondering this some of the things in the flash portal are just truly amazing pieces of art!

How helpful. :p

Game Tutorials Posted October 14th, 2008 in Game Development

The tutorials on Newgrounds are pretty much useless. Does anyone know of (simple) tutorial on how to make a simple game with only these:

Move character with arrow keys.
Health bar.
Shoot.
Enemies.
Scrolling background.

Response to: stick rpg Posted October 13th, 2008 in General

send a PM to the person who made the game. they know all the cheats.

Response to: im a noob Posted October 6th, 2008 in Game Development

Yes I have CS3- the confusion was I assumed AS2 was very old and Assumed tutorials would be in AS3- it was stupid of me. I'm new to flash and know almost nothing about it.

im a noob Posted October 6th, 2008 in Game Development

I've been reading tutorials on basic actionscript. I draw something>convert to symbol>movie clip then I right click and select actions and it says "the selection cannot have actions applied to it".

WHat the Hell?!!

help.

Response to: A few questions: Posted September 25th, 2008 in General

At 9/24/08 08:56 PM, TheWolfe wrote: Congradulations. One day, years from now, you will look back at this post and laugh. We will all be gone and the year 08 will seem like ashes to you and the new BBS. We are ashes.

interesting.
i'm already starting to laugh at this.