Be a Supporter!
Response to: Gaming questions here....... Posted November 26th, 2003 in Game Development

I meant TOPIC not forum, soz

Gaming questions here....... Posted November 26th, 2003 in Game Development

I thought it might be usefull to make a forum on games. Any one with questions for games just ask them here.....

Response to: A lot of Flash questions. Posted November 26th, 2003 in Game Development

right, first of all your asking way to much way to fast. first of all you should d/l the 30 trial of flash and then ask a few more questions (I suggest one at a time so you dont confuse yourself and others)

Response to: making a flash game Posted November 26th, 2003 in Game Development

Best advise I can give you is.........If your going to make a game, make a shooting game. I know theres a loy out there but it's the easiest if your a beginer :-)

Response to: how do i stop this? Posted November 24th, 2003 in Game Development

At 11/24/03 08:19 PM, Kyle_22 wrote: if (_currentframe < framenumber) {
for ( x; x; x) {
actions;
}
}

Maybe?

Sorry I'm not 2 good @ AS could u xplain tht in dummy terms plz?

Response to: how do i stop this? Posted November 24th, 2003 in Game Development

ok thnx peeps, looks like i've just gotta find the answer to the other Q now

how do i stop this? Posted November 24th, 2003 in Game Development

hi, i was just wondering...is there a way to stop this code from playing ater a certain amount of frames or a scene?

for (k=0; k<200; k++) {
duplicateMovieClip(_root.rain, "rain"+k, k);
}

oh and how do i change tht pussy pic ov a lollie pop in the top corner?

Response to: Blood effect (when shot) Posted November 23rd, 2003 in Game Development

please help me out here

Response to: Makin a serious flash for this song Posted November 23rd, 2003 in Game Development

Not many ppl r in2 music vids but, go for ir m8

Response to: Actionscript codes here! Posted November 23rd, 2003 in Game Development

I have been looking atthis game and trying to figure out how the blood effects made.....and how where ever you shoot it leaves a hole. help please :- )

Response to: Recruition Posted November 23rd, 2003 in Game Development

maybe if you tell ppl wot ur lil cru's about ppl mite join

Response to: Blood effect (when shot) Posted November 23rd, 2003 in Game Development

THNX M8.....

Ok ppl I've been looking at this game and trying to figure out how the blood effects made.....and how where ever you shoot it leaves a hole. help please :- )

Response to: Blood effect (when shot) Posted November 22nd, 2003 in Game Development

Kool thnx for the tips ppl, could u try a blood effect on this pic please?

Blood effect (when shot)

Response to: Where Can I get sprites? Posted November 22nd, 2003 in Game Development

LOL, Sorry but I have no idea wot a sprite is.......

Blood effect (when shot) Posted November 22nd, 2003 in Game Development

hi, i need help, I'm making a shooting game and blood effects r really important! and i'm crap at making blood look good :( can some one help? like add blood to cartmans face.....thnx

Response to: How do you make a preloader? HELP Posted November 22nd, 2003 in Game Development

Download This...

Response to: NG PRELOADER Posted November 22nd, 2003 in Game Development

Just download this its a preloader tht has a bar and the percentage and it looks better thn the NG preloader....it has no play button so as soon as it loads it plays :)

Response to: Actionscript codes here! Posted November 22nd, 2003 in Game Development

hi, I am using this code

In the frame
>for (k=0; k<75
>; k++) {
>duplicateMovieClip(_root.snow, "snow"+k, k);
>}

in the movie clip

onClipEvent (load) {
//specifies the size of the movie stage
movieWidth = 550;
movieHeight = 400;

//variables that will modify the falling snow
i = 1+Math.random()*2;
k = -Math.PI+Math.random()*Math.PI;

//giving each snowflake unique characteristics
this._xscale = this._yscale=50+Math.random()*100;
this._alpha = 75+Math.random()*100;
this._x = -10+Math.random()*movieWidth;
this._y = -10+Math.random()*movieHeight;
}
onClipEvent (enterFrame) {
//putting it all together
rad += (k/180)*Math.PI;
this._x -= Math.cos(rad);
this._y += i;
if (this._y>=movieHeight) {
this._y = -5;
}
if ((this._x>=movieWidth) || (this._x<=0)) {
this._x = -10+Math.random()*movieWidth;
this._y = -5;
}
}

how do u make it stop @ the end of a scene? because it continues 2 snow on my next scene wen i dont want it 2

Response to: Flash making Posted November 22nd, 2003 in Game Development

Get the trial version here

Response to: Flash making Posted November 22nd, 2003 in Game Development

Get the trial version here

Response to: Flash making Posted November 22nd, 2003 in Game Development

Get the trial version here

Response to: how do u make flash movies? Posted November 22nd, 2003 in Game Development

well you need flash, d/l a trial here and oce you've done that, then u ask questins :)

Response to: Bullets.......reload Posted November 22nd, 2003 in Game Development

well a bit off topic but 'oh well', I'm making a shooter game and well u all know the blood effects r wot make the game (mostly) and I'm really crap! All i can come up with is a few splats tweening to invisible [ How pathetic this looks ] HELP me please, THNX

Response to: Bullets.......reload Posted November 22nd, 2003 in Game Development

i've seen a tut somewhere but i cant remember! and I havent made ne ov it so far i have no idea where to start.

Response to: custon cursor? Posted November 22nd, 2003 in Game Development

lol ok thnx ppl

Bullets.......reload Posted November 22nd, 2003 in Game Development

hi, does anyone know where i can read a tutorial on a shooting game, i want a reload thing, like six bullets thn wen u shoot six time u hav 2 press a reload button.

Response to: Team up on game........ Posted November 22nd, 2003 in Game Development

thanx m8 :) could u take a look @ his and see wot u fink click here

Response to: Blood Posted November 22nd, 2003 in Game Development

lol ok, I have a shooting game...and when you hit the invisible button a blood splatter movie clip is supposed to appear, but in stead of the movie clip appearing then fading out (alpha tweening) it just appears and stays there.

Response to: Team up on game........ Posted November 22nd, 2003 in Game Development

lol ur right there m8! well i've decided it's a southpark shooter game and if anyone wants to make it with me thn just say.

Blood Posted November 21st, 2003 in Game Development

ey, wot i tried was wn u shoot an inviible button a movie clip appears of a blood splat tweening till invisible, but wen i click it doe'nt tween! wots wrong?