81 Forum Posts by "123Lee"
I meant TOPIC not forum, soz
I thought it might be usefull to make a forum on games. Any one with questions for games just ask them here.....
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)
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 :-)
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?
ok thnx peeps, looks like i've just gotta find the answer to the other Q now
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?
please help me out here
Not many ppl r in2 music vids but, go for ir m8
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 :- )
maybe if you tell ppl wot ur lil cru's about ppl mite join
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 :- )
Kool thnx for the tips ppl, could u try a blood effect on this pic please?
LOL, Sorry but I have no idea wot a sprite is.......
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
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 :)
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
well you need flash, d/l a trial here and oce you've done that, then u ask questins :)
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
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.
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.
thanx m8 :) could u take a look @ his and see wot u fink click here
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.
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.
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?

