View Full Version : three portraits...
Starpromo
December 23rd, 2002, 05:51 PM
haha, today i tried to draw... useing my wacom tablet... in flash...
these are my extremely poor efforts...
laugh at will
1
Starpromo
December 23rd, 2002, 05:52 PM
2
Starpromo
December 23rd, 2002, 05:54 PM
3
kaotic
December 23rd, 2002, 06:02 PM
way better than what i coulda done, i like them:goatee:
lostinbeta
December 23rd, 2002, 06:05 PM
#2 looks like Chris Kattan (From Saturday Night Live).
DDD
December 23rd, 2002, 06:07 PM
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
Starpromo
December 23rd, 2002, 06:11 PM
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...
kaotic
December 23rd, 2002, 06:11 PM
what do you mean
explain lol i dunno what you mean
Starpromo
December 23rd, 2002, 06:15 PM
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...
kaotic
December 23rd, 2002, 06:20 PM
oops sorry i was askind 3d-iva
Starpromo
December 23rd, 2002, 06:26 PM
ah sorry...
my bad
Starpromo
December 23rd, 2002, 06:45 PM
another random floating head from the abiss
DDD
December 23rd, 2002, 06:47 PM
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
kaotic
December 23rd, 2002, 06:50 PM
yea, i will change it once i make something else
sorry bout that
anyone know a good way to make scan lines in flash?
lostinbeta
December 24th, 2002, 12:41 AM
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.
kaotic
December 24th, 2002, 09:47 AM
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
codename|aura|
December 24th, 2002, 11:13 AM
they r really ... goood man . :)
lostinbeta
December 24th, 2002, 01:06 PM
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.
kaotic
December 24th, 2002, 05:05 PM
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
lostinbeta
December 24th, 2002, 07:25 PM
LOL, speak for yourself, I always read and follow directions :)
And no problem man :)
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.