PDA

View Full Version : Neat Little Game?


jtf2
10-21-2002, 12:55 AM
Hi to all you wonderful Actionscripters!

This is my first post, but have been checking this site out for quite a while. The free tutorials are superb, and quite an inspiration.

I was wondering if you guys could check out a little game I made. The link is http://www.stfx.ca/people/x99/x99gik/mp5/mp5.html

I can't see my preloader at all (except in the authoring environment) as my university's connection is super fast. Is it working?

Also, I realize that my "full auto mode" is a work-around, and I think I am going to to do someting with the getTimer() method for it instead...

Feel free to e-mail me directly.

Cheers,

JTF2

snapple
10-21-2002, 01:02 AM
jtf2,

Nice little game, i am ona 56k modem, and i did not see a pre-loader, however it was very quick to load, so i might have blinked or something.

Liked the different sounds, you might want to consider introducing a way to aim, although i understand that that means quite a bit of code.

Nice looking, cool buttons. - You should be able to choose your target, certain famous people or somthing, make it a bit more fun.

Regards, snapple :)

jtf2
10-21-2002, 01:32 AM
Snapple:

Thanks for the comments. I will definitely try to improve on this. Shooting wildley is kinda stupid!

Also, I'm using random numbers to set the _x and _y properties of the bullet hits and if you fire enough rounds, it always comes out as a big square hole in the target.

I was wondering if the was a way to have this as random numbers from the center of the target so that you end up with a circular pattern if you fire enough bullets?

Could you use polar coordinites here?

Math whizzes to the resuce!

Thanks,

JTF2