|
-
Nov 15th, 1999, 07:18 AM
#1
Thread Starter
Addicted Member
Hello,
I have Two X, Y Pos. and I wanted to make a Square, from both positions. How Could I do that?
Code so far..
If OldPos.X = 0 Then
Call GetCursorPos(OldPos)
End If
If OldPos.X <> 0 Then
Call GetCursorPos(newPos)
End If
If Selecter = True Then
Square code goes here (oldpos, and Newpos to the square)
End If
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|