Urdu driving theory test
Posts:
Urdu driving theory test
Can anyone tell me where i can download a copy of urdu driving theory test.
I have tried searching it but can’t seem to find it.
Many Thanks
Original post by Tanny
Posts:
Urdu driving theory test
Can anyone tell me where i can download a copy of urdu driving theory test.
I have tried searching it but can’t seem to find it.
Many Thanks
Original post by Tanny
Morning all!
This morning I got a great idea–I want to paint a scene of my druid (character from WoW) with my guild members in the background, taking down a big bad fantasy creature!
So, I scooped up my tablet and began sketching thumb nails of how I wanted the scene to lay out. Low and behold, to my surprise… I could get nothing to look ‘correct’ at all.
It seemed easy to me–set a horizon line, and gesture in the characters. Well, apparently, not-so-much. I want to draw a scene like this because in a few later years I want to be a concept artist. It’s what I’ve been practicing and shooting for–so, obviously, I have to practice scenes. So, my question here is:
- Where do I start?
- How do I make my characters look as if they’re not floating in the middle of nowhere?
- Should I sketch the complete background first?
Knowing [...]
Original post by Zehna
2 years working at IMAGI, a big part of my time was on Astro Boy, which I think it was amazing. I designed many props and did color keys on the film. so here they are. I hope you all enjoy them as much as I do.
Besides AB, there were some development projects I worked on. did some development paintings and character designs. visit my blog for more!
Enjoy and have a nice day
Attached Images
Original post by fookchai
Morning all!
I’m back again–looking for the help from all of the professional artists here at ConceptArt.
This is a piece I have been working on for quite some time now. The premise is a black wolf with cyan, slightly glowing markings.
The face has been mostly rendered–the body is still in the WIP phase. The commissioner has now decided, also, that he would like a slightly foggy cityscape in the background.
I’m looking for any critique you’d like to throw my way! How is the fur looking? Should the lighting make more contrast? What about the ambient, green-ish light? How could I add a bit more flare to this piece to make it ‘pop’?
Thank you so much ahead of time! Anything you’d like to throw my way is helpful! (And as long as its objective critique, nothing hurts my feelings, so bombs away. )
Attached Images
Original post by Zehna
Hello all. I hope you can help me, since i can’t find the answer for a couple of days now.
I have created a SWF file using a class I created as the main class for the swf. this swf is a movieclip with a frame labeld "open" and a stop action at the last frame
the main class of the SWF (PageSwf):
ActionScript Code:
package {
import flash.display.MovieClip;
public class PageSwf extends MovieClip {
public function PageSwf() {
stop();
}
public function open():void {
gotoAndPlay(”open”)
}
}
}
I load this SWF in another fla using a Loader object, and once it is loaded i run the open function i created:
ActionScript Code:
package {
import flash.display.Sprite;
public function SwfLoader() {
var loader:Loader
loader.contentLoaderInfo.addEventListener(Event.INIT, [...]
Original post by galtzur
Hey im a little bit of an actionscript 3.0 noob so stick with me on this.
I have a drag drop game with movie clips and invisible movie clips as the targets. The problem is two of them overlap.
Is there a way i can make it so when a piece is clicked on, that piece and its target go to the top of all the others.
I have a pickUp fucntion so i am guessing it needs to go in there as an event?
Any help would be much appreciiated.
Original post by btotherain
Hello there guys,
I have been trying forever to figure out how to add multiple mc’s (images) with different instance names to 1 target only (another image). All of the mc’s and the target are placed on the same layer. All I want it to do is snap different images to the same target. I have tried placing the target on a seperate layer but it does not work either.
Any help will be greatly appreciated.
Here is the code:
ActionScript Code:
cat_mc.addEventListener(MouseEvent.MOUSE_DOWN, pickUp);
cat_mc.addEventListener(MouseEvent.MOUSE_UP, dropIt);
dog_mc.addEventListener(MouseEvent.MOUSE_DOWN, pickUp);
dog_mc.addEventListener(MouseEvent.MOUSE_UP, dropIt);
function pickUp(event:MouseEvent):void {
event.target.startDrag(true);
event.target.parent.addChild(event.target);
startX=event.target.x;
startY=event.target.y;
}
function dropIt(event:MouseEvent):void {
event.target.stopDrag();
var myTargetName:String=”target”+event.target.name;
var myTarget:DisplayObject=getChildByName(myTargetName);
if (event.target.dropTarget!=null &&event.target.dropTarget.parent==myTarget) {
event.target.buttonMode=false;
event.target.x=myTarget.x;
event.target.y=myTarget.y;
counter++;
} else {
event.target.x=myTarget.x;
event.target.y=myTarget.y;
}
}
dog_mc.buttonMode=true;
cat_mc.buttonMode=true;
Original post by friendlyguy
hi all,
can u tell me the tools to change a as 2.0 code to as 3.0 code .. my tool should be like this:
sample:
type code of AS 2 here:
blah blah blah blah
submit (btn)
if i press the submit btn it will show me the equivalent code available in as 3(not full one some 50%)
if anybody knows then pls tell me
thanks in advance
Original post by itskarthi05
hey everyone! i will open this threat to put here some images from project ”alice in wonderland” it was made in about 250-300 hours and i used painter and photoshop. and i’m very happy that i finally finished this. some of the works you have seen but i want to putt all of them in one thread. hey, hope you like this! Now i need something new to work…freelance stuff. can you advice me what to do, where to search?
Attached Images
Original post by llex_paul
Hello!
My name is Alexander Forssberg, I am looking for all kinds of payed work. I can offer a variety of styles depending on what kind of work you may offer. My skill is strongest in characters.
Contact me via email here alexforssberg@gmail.com
also my art stydy blog: www.alexf.se
Looking forward to hearing from you! Thanks!
Attached Images
Original post by alexson