Forum Topic: Hiding the mouse

(276 views • 7 replies)

This topic is 1 page long.

<< < > >>
None

RIVE

Reply To Post Reply & Quote

Posted at: 5/24/06 10:49 PM

RIVE LIGHT LEVEL 25

Sign-Up: 01/01/05

Posts: 64

Yes I know about the code

function Mouse() {
Mouse.hide;

But for those whom don't have a mac can just right click and check if they can stop, zoom in, ect a flash. When they do this that function is no longer active and you can see the computers default mouse again. How can I make it so that it's active always?


None

Ertyguy

Reply To Post Reply & Quote

Posted at: 5/24/06 11:19 PM

Ertyguy LIGHT LEVEL 23

Sign-Up: 02/02/06

Posts: 2,132

dont click the button

lol


None

RIVE

Reply To Post Reply & Quote

Posted at: 5/24/06 11:27 PM

RIVE LIGHT LEVEL 25

Sign-Up: 01/01/05

Posts: 64

Who's goin' tell that to the ppl that want to click it?


None

SummerCity

Reply To Post Reply & Quote

Posted at: 5/24/06 11:51 PM

SummerCity LIGHT LEVEL 09

Sign-Up: 12/08/04

Posts: 696

Dont understand what ur on about exactly, is the hide mouse script for a certain reason or is it ment to stop people right clicking?


None

DBarbarian

Reply To Post Reply & Quote

Posted at: 5/25/06 12:02 AM

DBarbarian NEUTRAL LEVEL 06

Sign-Up: 07/22/03

Posts: 69

Call that function (hide the mouse) everytime the mouse is clicked and everytime a key is pressed.


None

RIVE

Reply To Post Reply & Quote

Posted at: 5/25/06 07:02 PM

RIVE LIGHT LEVEL 25

Sign-Up: 01/01/05

Posts: 64

No you see because it's a right click on the mouse flash won't work with it with a keypress function. I need a code to keep

function Mouse() {
Mouse.hide;

play constantly...


None

Ferretter

Reply To Post Reply & Quote

Posted at: 5/25/06 07:25 PM

Ferretter LIGHT LEVEL 24

Sign-Up: 12/08/04

Posts: 88

At 5/25/06 07:02 PM, RIVE wrote: No you see because it's a right click on the mouse flash won't work with it with a keypress function. I need a code to keep

function Mouse() {
Mouse.hide;

play constantly...

if you use something like;

if (Key.isDown(2)) { //Detects Right mouse click
Mouse.hide;
}

it should work, i think :D


None

RIVE

Reply To Post Reply & Quote

Posted at: 5/25/06 08:28 PM

RIVE LIGHT LEVEL 25

Sign-Up: 01/01/05

Posts: 64

I hoped it would work but it didn't...
I even tried setting an interval, and that didn't work!

myInterval = setInterval (Mouse,10);


All times are Eastern Standard Time (GMT -5) | Current Time: 07:43 AM

<< Back

This topic is 1 page long.

<< < > >>
You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!