
-----------------------------------
jnfviet
Thu Apr 02, 2009 4:27 pm

need help on boat
-----------------------------------
can some help me make a flag for my boat and would be nice if you can edit it too please :) and make it move and crash into something 
here what i have so far 

drawfillarc (150,69,130,70,180,360,15)
drawfillbox (200,69,60,100,55)
drawfillbox (100,100,150,120,15)
drawfillbox (150,100,160,250,15)

-----------------------------------
Dusk Eagle
Thu Apr 02, 2009 4:44 pm

Re: need help on boat
-----------------------------------
No one here is going to write your programs for you. Do your own work, especially if this is for school. Laziness is not an excuse for cheating.

However, if you actually put some effort into your program, but can not figure out how to do something, then we'll be here to help you. We still won't do that section of the work for you, but you will get advice on how to solve your problem.

Also, be sure to read the stickies of a forum before posting in it, as [url=http://compsci.ca/v3/viewtopic.php?t=12610]this one explicitly says the same stuff I just said above.

-----------------------------------
Tony
Thu Apr 02, 2009 4:49 pm

RE:need help on boat
-----------------------------------
it looks like you already know how to draw some shapes to draw a boat. Why not use the same approach to continue on with a flag?

You might find [tdoc]Draw.FillMapleLeaf[/tdoc] to be useful.

-----------------------------------
jnfviet
Thu Apr 02, 2009 6:04 pm

Re: RE:need help on boat
-----------------------------------
it looks like you already know how to draw some shapes to draw a boat. Why not use the same approach to continue on with a flag?

You might find 

thnx man it was very useful how about help on my water?

-----------------------------------
saltpro15
Thu Apr 02, 2009 7:09 pm

RE:need help on boat
-----------------------------------
how about

drawfillbox (0,0,maxx,120,blue)


easy enough

-----------------------------------
jnfviet
Thu Apr 02, 2009 7:54 pm

RE:need help on boat
-----------------------------------
yee thnx how about background ?

-----------------------------------
saltpro15
Thu Apr 02, 2009 8:29 pm

RE:need help on boat
-----------------------------------
what colour do you want?
just use the command color, the syntax is

color(red)

