mIRC Home    About    Download    Register    News    Help

Print Thread
#187435 05/10/07 12:48 PM
Joined: Aug 2007
Posts: 334
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Aug 2007
Posts: 334
Im no good at picture windows... Can someone teach me the basics... whenever i try to draw something it wont show up...
i can mod others pretty well but i cant get mine to show up... why is that? confused


This is not the signature you are looking for
foshizzle #187437 05/10/07 12:55 PM
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
It'd help if you showed us the code you were trying to use.

hixxy #187438 05/10/07 01:37 PM
Joined: Aug 2007
Posts: 334
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Aug 2007
Posts: 334
well it wasnt realy one it was just like
draw a window and make it but nothing would sho up


This is not the signature you are looking for
foshizzle #187440 05/10/07 02:13 PM
Joined: Aug 2007
Posts: 334
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Aug 2007
Posts: 334
or could u give me a tutorial


This is not the signature you are looking for
foshizzle #187443 05/10/07 02:43 PM
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
Yes, but if you show us exactly what you've tried (or try something new), then we can say what you're doing wrong.

hixxy #187444 05/10/07 03:05 PM
Joined: Aug 2007
Posts: 334
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Aug 2007
Posts: 334
Code:
alias wintest {
  /window -pkod @window -1 -1 200 200
  clear @window
  /drawline @window 3 1 100 100 200 200
}


This is not the signature you are looking for
foshizzle #187445 05/10/07 03:13 PM
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
That works. confused

hixxy #187447 05/10/07 03:52 PM
Joined: Aug 2007
Posts: 334
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Aug 2007
Posts: 334
well it wasnt erlier... and my mIRC just like deleted itself(all files that were loaded(like it reinstalled itself)) so i had to load all the files again.. that might be y


This is not the signature you are looking for
foshizzle #187449 05/10/07 04:21 PM
Joined: Aug 2007
Posts: 334
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Aug 2007
Posts: 334
how do u create an active window


This is not the signature you are looking for
foshizzle #187451 05/10/07 05:20 PM
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
mIRC "deleting itself" wouldn't cause that problem, but you might have a virus which is causing issues.

Create an active window with /window -a

hixxy #187452 05/10/07 05:30 PM
Joined: Aug 2007
Posts: 334
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Aug 2007
Posts: 334
no its not that... but my mcafee had to reinstall for updates(restart comp).. that might have been it
then i connected through a proxy on my last mIRC b4 restarting so idk.. but i doupt its the ip thing


This is not the signature you are looking for
foshizzle #187454 05/10/07 05:47 PM
Joined: Aug 2005
Posts: 1,052
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Aug 2005
Posts: 1,052
drawcommands are a bit difficult to play around with but one you know the x point to the y point you can make anything happen.

Code:
alias wintest {
  /window -pkod @window -1 -1 200 200
  .timer 1 1 /drawline @window 3 1 10 20 10 60
  .timer 1 2 /drawline @window 3 1 10 40 30 40
  .timer 1 4  /drawline @window 3 1 30 20 30 60
  .timer 1 5 /drawline @window 3 1 45 40 45 60
  .timer 1 6 /drawline @window 3 1 45 20 45 30
}


Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }
Lpfix5 #187455 05/10/07 05:58 PM
Joined: Aug 2007
Posts: 334
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Aug 2007
Posts: 334
Originally Posted By: Lpfix5
drawcommands are a bit difficult to play around with but one you know the x point to the y point you can make anything happen.

Code:
alias wintest {
  /window -pkod @window -1 -1 200 200
  .timer 1 1 /drawline @window 3 1 10 20 10 60
  .timer 1 2 /drawline @window 3 1 10 40 30 40
  .timer 1 4  /drawline @window 3 1 30 20 30 60
  .timer 1 5 /drawline @window 3 1 45 40 45 60
  .timer 1 6 /drawline @window 3 1 45 20 45 30
}

lol


This is not the signature you are looking for
foshizzle #187456 05/10/07 05:58 PM
Joined: Aug 2007
Posts: 334
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Aug 2007
Posts: 334
you should see picwin.tk everyones doing 3d


This is not the signature you are looking for
foshizzle #187457 05/10/07 05:59 PM
Joined: Aug 2007
Posts: 334
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Aug 2007
Posts: 334
you should see picwin.tk everyones doing 3d


This is not the signature you are looking for
foshizzle #187460 05/10/07 06:55 PM
Joined: Aug 2005
Posts: 1,052
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Aug 2005
Posts: 1,052
Originally Posted By: foshizzle
you should see picwin.tk everyones doing 3d


I was gonna do that awhile ago, its easy, all you have to do is ad like +10 to the original xyxyxyxy's in every direction.



Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }
Lpfix5 #187461 05/10/07 06:57 PM
Joined: Aug 2007
Posts: 334
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Aug 2007
Posts: 334
download one of the games


This is not the signature you are looking for
foshizzle #187472 06/10/07 12:25 AM
Joined: Aug 2005
Posts: 1,052
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Aug 2005
Posts: 1,052
Most of their games are really cheap and short coded. Example the first game there ductHunt Their using drawpic to load the jpg in the background then using drawpic again to make the ducts float through and finally simple MATH, a few math equasions in order and voila you got yourself a game. a few $mouse x y's as well..

Your imaganation is your limit.


Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }
Lpfix5 #187580 08/10/07 02:02 PM
Joined: Aug 2007
Posts: 334
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Aug 2007
Posts: 334
look at some of the demos like RPG builder 2k3. thats 10400 some lines


This is not the signature you are looking for

Link Copied to Clipboard