2 registered members (OptimusPrime, AndrewAMD),
14,580
guests, and 5
spiders. |
Key:
Admin,
Global Mod,
Mod
|
|
|
Re: button question
[Re: Cowabanga]
#271172
06/11/09 16:39
06/11/09 16:39
|
Joined: Jun 2009
Posts: 148
gamingfan101
OP
Member
|
OP
Member
Joined: Jun 2009
Posts: 148
|
ok, im going to sound like an idiot, but how exactly do i set one up? I know what it is, but im not sure on what to do.
Sorry, im new. I have a tendency to ask really simple questions, so please be patient.
|
|
|
Re: button question
[Re: Kartoffel]
#271189
06/11/09 17:44
06/11/09 17:44
|
Joined: Jun 2009
Posts: 2,210 Bavaria, Germany
Kartoffel
Expert
|
Expert
Joined: Jun 2009
Posts: 2,210
Bavaria, Germany
|
here is the downloadlink for the vid: http://rapidshare.com/files/243439835/asdf.avi.html...and ur script for the cursor wont work. u have to use this main function: function main() { video_mode = 7; screen_color.blue = 150; mouse_map = "mousemap.png"; // put in the "" your mouse cursor pic mouse_mode = 4; while(1) { mouse_pos.x = mouse_cursor.x; mouse_pos.y = mouse_cursor.y; wait(1); } }
|
|
|
Re: button question
[Re: Kartoffel]
#271193
06/11/09 17:59
06/11/09 17:59
|
Joined: Dec 2006
Posts: 1,086 Queensland - Australia
Nidhogg
Serious User
|
Serious User
Joined: Dec 2006
Posts: 1,086
Queensland - Australia
|
Have you tried using SHOW instead of VISIBLE as VISIBLE is obsolete now.
Windows XP SP3 Intel Dual Core CPU: E5200 @ 2.5GHz 4.00GB DDR3 Ram ASUS P5G41T-M LX PCIE x16 GeForce GTS 450 1Gb SB Audigy 4 Spyware Doctor with AntiVirus
|
|
|
Re: button question
[Re: Nidhogg]
#271199
06/11/09 18:15
06/11/09 18:15
|
Joined: Jun 2009
Posts: 148
gamingfan101
OP
Member
|
OP
Member
Joined: Jun 2009
Posts: 148
|
right now im just using Paint (this is a new computer) and i have tried using SHOW, but that doesnt help. And the cursor code im using works, though. What is the difference between mine and yours? And no, Im not a German.
Sorry, im new. I have a tendency to ask really simple questions, so please be patient.
|
|
|
Re: button question
[Re: Kartoffel]
#271504
06/13/09 15:14
06/13/09 15:14
|
Joined: Jun 2009
Posts: 148
gamingfan101
OP
Member
|
OP
Member
Joined: Jun 2009
Posts: 148
|
the reason mine works is because i was using the cursor that comes with the workshop, i didnt create this cursor myself, i was testing a program and i didnt take the time to create my own cursor.
Sorry, im new. I have a tendency to ask really simple questions, so please be patient.
|
|
|
|