Be a Supporter!
Response to: As: Main Posted August 10th, 2011 in Game Development

I'm sorry, I'm only 12 and I have a really hard time learning AS, could someone possibly teach me? (Starting from the basics).

http://loopchocolateman1234.newgrounds.c om/news/post/612292

Response to: Animatoin Help! Posted August 4th, 2011 in Animation

Ok then, just notice me any time you want! Ok?

Response to: Frame by Frame steps? Posted August 3rd, 2011 in Animation

Well first off, let's see exactly what your doing. By YouTube video or video download or just an image maybe?

Response to: Animatoin Help! Posted August 3rd, 2011 in Animation

Anybody?

Response to: Windows Posted August 3rd, 2011 in General

I don't get it, it was just google?

Response to: Windows Posted August 3rd, 2011 in General

Any more than that?

Windows Posted August 3rd, 2011 in General

Does anybody know where to find sound of a Windows 7 computer or 98?

Response to: Animatoin Help! Posted August 1st, 2011 in Animation

Does anybody need any help with their animations? Just notice me any time on BBS!

Response to: AS: Physics Ball Posted August 1st, 2011 in Game Development

It's AS2, I use on flash 8...

Response to: Hosting a collab w/ Flash 8 Posted July 29th, 2011 in Animation

Yes, I have Flash 8, Flash 5, Flash MX 2004, and Flash Professional CS5. What kind of a project would you like done on Flash 8, describe what you want!

Response to: AS: Physics Ball Posted July 28th, 2011 in Game Development

o yeah sry

And codes from Codes by lozman2k3k, from 2D Physics Tutorial

Please go check it out for more information!

Response to: As: Main Posted July 28th, 2011 in Game Development

"action required"

must_kill -> "The Chosen One" &&

set break on (rollOut) {
terminate action
_root.The Chosen One
}

"Shut Down"}
{

Animator VS Animation Killer Action Script

Response to: As: Main Posted July 28th, 2011 in Game Development

Check out my thread for this topic

AS: Physics Ball

As: Main

AS: Physics Ball Posted July 28th, 2011 in Game Development

Instructions:

First of all, create a Circle using the Oval Tool. (Add whatever color or texture you want). Then right click the Circle and find on the pop-up menu "Convert To Symbol...". Press it then a menu should appear, make sure Movie Clip is filled in, name your Movie Clip "Physics Ball_mc". Now make sure that the ball isn't the world's smallest object, (what I'm trying to say is don't make it too small or big). Select the ball and enter in this Action Script. NOTE: Also change the Frame rate to 120 FPS to get the best speed for the ball. For the action script just copy and paste from here to the ball.

Action Script:

onClipEvent (load) {
var acceleration = 0.005;
var termVelocity = 20;
var yVel = 0;
var xVel = 0;
var e = 0.8;
var f = 0.8;
var dragged = 0;
}
onClipEvent (enterFrame) {
if (this._y<380) {
if (dragged == 0) {
yVel += (termVelocity-yVel)*acceleration;
}
} else if (this._y>380) {
yVel *= -1*e;
xVel *= f;
this._y = 380;
}
if (this._x>530) {
xVel *= -1*e;
yVel *= f;
this._x = 530;
} else if (this._x<20) {
xVel *= -1*e;
yVel *= f;
this._x = 20;
}
if (dragged == 0) {
this._y += yVel;
this._x += xVel;
}
}
on (press) {
this.startDrag(false);
dragged = 1;
velocity = 0;
xVel = 0;
}
on (release, releaseOutside) {
this.stopDrag();
dragged = 0;
}

Hope this helped!

Enjoy!

AS: Physics Ball

Response to: As: Main Posted July 28th, 2011 in Game Development

good idea pumpkinlover....

Animatoin Help! Posted July 27th, 2011 in Animation

Hello! I'm here to fix only small animation problems on Flash. (I have Flash 8 and Flash Pro CS5). Just send me the Fla. file and tell me the problem, and I'll be on my way! (Make sure there only "small" problems, I'm not making an entire animation for you. but I will fix some mistakes in that animation)!

Yours Truly,
Charlie

Animatoin Help!

Response to: Explosion Animations Posted July 27th, 2011 in General

No I need like a Explosion like a Bomb!

Explosion Animations Posted July 27th, 2011 in General

I wanted to ask you guys if you have any short quick explosion animations on you? Doesn't have to be the best, but not horrible...

Game Help! Posted November 21st, 2010 in Game Development

I want to make a plat-former, you play as a character with health. You can shoot enemies and they can hurt you back from health, when you kill a enemy you get points. Also there are coins that get you an extra 10 points. There are also obstacles and the game ends off with a boss then finally counts your score at the end in total. Don`t forget you can collect lives and lose them and there are check-points too.
If you can post a tutorial or a link that would help, I will also tell you when it comes out and it will be awesome.

Yours Sincerely,

loopchocolateman1234

Response to: As: Main Posted October 31st, 2010 in Game Development

I want to make a plat-former, you play as a character with health. You can shoot enemies and they can hurt you back from health, when you kill a enemy you get points. Also there are coins that get you an extra 10 points. There are also obstacles and the game ends off with a boss then finally counts your score at the end in total. Don`t forget you can collect lives and lose them and there are check-points too.
If you can post a tutorial or a link that would help, I will also tell you when it comes out and it will be awesome.

Yours Sincerely,

loopchocolateman1234