mIRC Home    About    Download    Register    News    Help

Print Thread
#193696 24/01/08 03:54 AM
Joined: Aug 2007
Posts: 334
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Aug 2007
Posts: 334
how can i color a shape(like with 3d picwins etc. or like a bucket fill)


This is not the signature you are looking for
Joined: Dec 2002
Posts: 2,962
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,962
Well I don't know what you mean by "3d picwins", but for bucket fill you should take a look at /drawfill -s in the helpfile.


Spelling mistakes, grammatical errors, and stupid comments are intentional.
Joined: Aug 2007
Posts: 334
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Aug 2007
Posts: 334
can u give me an example, it didnt do exactly what i wanted.. or hoped for


This is not the signature you are looking for
Joined: Aug 2007
Posts: 334
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Aug 2007
Posts: 334
anyone?


This is not the signature you are looking for
Joined: Dec 2002
Posts: 2,962
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,962
I don't know how to explain it any better than it's explained in the help file. If it didn't do quite what you wanted you'll need to be more specific about exactly what you want to do.


Spelling mistakes, grammatical errors, and stupid comments are intentional.
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
This should be easy with your amazing picwin skills, seeing as you wrote a football game in mIRC.

hixxy #194015 28/01/08 04:31 AM
Joined: Aug 2007
Posts: 334
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Aug 2007
Posts: 334
Dude,stfu ... Stop talking smack about me until u prove to me that you can script. And I meant,drawing like colored 3d objects .. Like the "3d stuff" from picwin.tk.


This is not the signature you are looking for
Joined: Oct 2003
Posts: 3,918
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,918
If you want something from picwin.tk, you should probably check the code used by picwin.tk. Otherwise your best bet is to read the /help for the draw commands and figure out how you can use it the way you want instead of complaining it doesnt do what you want-- without knowing what you "want", no one here can help you.


- argv[0] on EFnet #mIRC
- "Life is a pointer to an integer without a cast"
argv0 #194021 28/01/08 12:25 PM
Joined: Aug 2007
Posts: 334
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Aug 2007
Posts: 334
I do know what I want. Colored polygons


This is not the signature you are looking for
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
A polygon is defined as a shape that has area. Therefore, this is a coloured polygon:

Code:
//window -p @poly | drawrect -fr @poly 255 1 50 50 50 50


..but I doubt that's what you want. You'll have to be more specific.

And why do I have to prove that I can script? My point is a valid one. With your expertise you shouldn't have to ask these basic questions.

hixxy #194134 30/01/08 02:40 AM
Joined: Aug 2007
Posts: 334
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Aug 2007
Posts: 334
thats a square, i want a boolean shape..
like
./\/.\
/.....|_
|.......|
\......./
.\___/
(periods are spaces)
some random shape like that

Last edited by foshizzle; 30/01/08 02:41 AM.

This is not the signature you are looking for
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
The use lines to draw it out, then fill it in by selecting a point within the object. (Make sure your lines are connected)


Invision Support
#Invision on irc.irchighway.net

Link Copied to Clipboard