Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New challenge - most annoying program
#54
Code:
DECLARE SUB MouseDriver (AX%, bx%, CX%, DX%, lb%, RB%, EX%)

DIM SHARED mouse$
SCREEN 9
DRAW "M320,175"
CLS
MouseDriver 1, bx%, CX%, DX%, lb%, RB%, 1
DO

MouseDriver 3, bx%, CX%, DX%, lb%, RB%, 0
side = INT(RND * 4) + 1
SELECT CASE side
CASE 1
x = INT(RND * 640) + 1
y = 1
CASE 2
x = 640
y = INT(RND * 350) + 1
CASE 3
x = INT(RND * 640) + 1
y = 350
CASE 4
x = 1
y = INT(RND * 350) + 1
END SELECT
col = INT(RND * 16) + 1
LINE STEP(0, 0)-(x, y), col
x$ = LTRIM$(RTRIM$(STR$(CX%)))
y$ = LTRIM$(RTRIM$(STR$(DX%)))
DRAW "BM" + x$ + "," + y$
LOOP UNTIL lb% = -1 OR RB% = -1
DATA 55,89,E5,8B,5E,0C,8B,07,50,8B,5E,0A,8B,07,50,8B
DATA 5E,08,8B,0F,8B,5E,06,8B,17,5B,58,1E,07,CD,33,53
DATA 8B,5E,0C,89,07,58,8B,5E,0A,89,07,8B,5E,08,89,0F
DATA 8B,5E,06,89,17,5D,CA,08,00

SUB MouseDriver (AX%, bx%, CX%, DX%, lb%, RB%, EX%)
IF EX% = 1 THEN
mouse$ = SPACE$(57)
FOR I% = 1 TO 57
READ A$
H$ = CHR$(VAL("&H" + A$))
MID$(mouse$, I%, 1) = H$
NEXT I%


CLS
END IF
DEF SEG = VARSEG(mouse$)
CALL Absolute(AX%, bx%, CX%, DX%, SADD(mouse$))
lb% = ((bx% AND 1) <> 0)
RB% = ((bx% AND 2) <> 0)
END SUB

I changed it so that it follows the mouse using someone's mouse drivers, and I removed the beep. Not annoying anymore, but still, cool Smile.
LinkMaster Sab
Reply


Messages In This Thread
New challenge - most annoying program - by seph - 05-29-2003, 05:18 PM
New challenge - most annoying program - by DrV - 05-30-2003, 05:26 AM
New challenge - most annoying program - by seph - 06-01-2003, 06:49 PM
New challenge - most annoying program - by Neo - 06-03-2003, 03:51 PM
New challenge - most annoying program - by seph - 06-04-2003, 10:48 PM
New challenge - most annoying program - by Neo - 06-05-2003, 12:05 PM
New challenge - most annoying program - by oracle - 06-06-2003, 03:31 AM
New challenge - most annoying program - by seph - 06-06-2003, 04:02 AM
New challenge - most annoying program - by Neo - 06-06-2003, 05:52 PM
New challenge - most annoying program - by ak00ma - 06-06-2003, 05:53 PM
New challenge - most annoying program - by Neo - 06-06-2003, 05:57 PM
New challenge - most annoying program - by Neo - 06-06-2003, 06:29 PM
New challenge - most annoying program - by ak00ma - 06-07-2003, 10:16 PM
New challenge - most annoying program - by Joakim - 06-08-2003, 02:07 AM
New challenge - most annoying program - by Neo - 06-12-2003, 03:19 PM
New challenge - most annoying program - by barok - 06-19-2003, 07:21 AM
New challenge - most annoying program - by potato - 06-19-2003, 07:10 PM
New challenge - most annoying program - by barok - 06-20-2003, 05:31 AM
New challenge - most annoying program - by oracle - 07-16-2003, 08:54 AM
New challenge - most annoying program - by mot19 - 07-25-2003, 10:08 AM
A slight improvement... - by oracle - 07-25-2003, 10:47 AM
New challenge - most annoying program - by oracle - 07-26-2003, 12:36 PM
New challenge - most annoying program - by oracle - 07-28-2003, 10:32 AM
New challenge - most annoying program - by mot19 - 08-07-2003, 10:24 PM
New challenge - most annoying program - by oracle - 08-08-2003, 02:14 AM
New challenge - most annoying program - by oracle - 08-10-2003, 01:23 AM
New challenge - most annoying program - by barok - 08-11-2003, 09:59 AM
New challenge - most annoying program - by LinkMaster Sab - 09-01-2003, 04:03 AM
New challenge - most annoying program - by barok - 09-01-2003, 08:31 AM
New challenge - most annoying program - by Neo - 09-01-2003, 12:38 PM
New challenge - most annoying program - by Moneo - 09-02-2003, 05:14 AM
New challenge - most annoying program - by oracle - 09-03-2003, 01:37 AM
New challenge - most annoying program - by Piptol - 09-22-2003, 09:30 PM
New challenge - most annoying program - by oracle - 09-23-2003, 03:33 AM
New challenge - most annoying program - by oracle - 09-23-2003, 06:55 AM
New challenge - most annoying program - by oracle - 09-23-2003, 08:41 AM
New challenge - most annoying program - by Piptol - 09-24-2003, 12:37 AM
New challenge - most annoying program - by Anonymous - 12-01-2005, 08:09 AM
New challenge - most annoying program - by KiZ - 12-01-2005, 03:38 PM
New challenge - most annoying program - by SSC - 12-01-2005, 11:18 PM
New challenge - most annoying program - by KiZ - 12-02-2005, 07:34 AM
New challenge - most annoying program - by KiZ - 12-02-2005, 07:52 AM
New challenge - most annoying program - by Z!re - 12-03-2005, 05:53 PM
New challenge - most annoying program - by Anonymous - 12-03-2005, 11:13 PM
New challenge - most annoying program - by Z!re - 12-04-2005, 01:46 AM

Forum Jump:


Users browsing this thread: 4 Guest(s)