haha, today i tried to draw… useing my wacom tablet… in flash…
these are my extremely poor efforts…
laugh at will
1
haha, today i tried to draw… useing my wacom tablet… in flash…
these are my extremely poor efforts…
laugh at will
1
2
3
way better than what i coulda done, i like them:goatee:
#2 looks like Chris Kattan (From Saturday Night Live).
kaotic
Is it me or is your footer getting worse? In regards to the blurring and pulsing effect.
Your images are not bad for a first time. You did much better than i did
im not an artist in the sense of doing traditional drawings with pens and stuff…
they look funny
#3 is suposed to be chris cornel…
i dont mind though, im sure i could of done better if i spent more time on it…
what do you mean
explain lol i dunno what you mean
what i mean is… that im not the type of person who could pick up a pen and draw a flower and make it look really cool… i make all my things look weird useing a program// i dont call my work art but i geuss it is… but in the digital sense, not the traditional sense.
i think ive just made it more complicated…
oops sorry i was askind 3d-iva
ah sorry…
my bad
another random floating head from the abiss
Dont know it is like you added more frames of the blurring so it does more damage to my eyes:pirate: Thats all it is rather annoying for some strange reason. But I think you designed it that way
yea, i will change it once i make something else
sorry bout that
anyone know a good way to make scan lines in flash?
Well lets see here, the required footer size is 300x60.
So create a line that is 300px long. and move it to the the 0 y coordinate (all the way at the top).
Now make it a movie clip with the instance “myLine”.
Put these actions on a frame…
amount = 60/2;
for (i=0; i<amount; i++) {
_root.myLine.duplicateMovieClip("line"+i, i);
scanDown = _root["line"+i];
scanDown._y = 2*i;
}
Tah Dah. Instant scanlines.
Mr Beta sir
it doesnt sem to work
heres the *.fla
dont know what i did wrong?
wouldnt the code have to be
amount = 60/2;
for (i=0; i<amount; i++) {
_root.myLine.duplicateMovieClip("myline"+i, i);
scanDown = _root["myline"+i];
scanDown._y = 2*i;
}
the change being to the part where it says duplicateMovieClip
since our instance is myLine??
please help
thanks
they r really … goood man .
Kaotic: I said to put the code on a frame, you put it on the movie clip itself, without an onClipEvent none-the-less…lol.
DOH
what is it about us men and not readin directions, no wonder
lol and i thought i got smart there for a second
thanks man as always
LOL, speak for yourself, I always read and follow directions
And no problem man
:: Copyright KIRUPA 2024 //--