Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: FLASH: hiding pointer in flash 5
From: Sibyl Perkins
Date: Sat, 7 Oct 2000 19:25:06 +0100

There is actually an exercise on how to do this in the ActionScript manual
that comes with Flash 5 on page 81: To create a custom cursor. It uses the
new Mouse Object. (The manual has an error in this exercise though--their
code says
startDrag("this", true);
when it should be
startDrag(this,true);
--this should be an expression)

If you just want to hide the cursor without creating a custom cursor just
add the action:

Mouse.hide();



> -----Original Message-----
> From: owneratchinwag [dot] com [owneratchinwag [dot] com]On">mailto:owneratchinwag [dot] com]On Behalf Of
> BStoudtatInterplay [dot] com
> Sent: Tuesday, October 03, 2000 5:09 PM
> To: flasheratchinwag [dot] com
> Subject: FLASH: hiding pointer in flash 5
>
>
> Does anybody know of a way to hide the pointer in flash 5.
>
> any help would be greatly appreciated.
>
> Thanks.
>
> Bill
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> NudeGuru.com is proud to sponsor the Flasher list
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> IT'S THE ART OF MONEY, HONEY!
> Tips and Advice from some of the most popular Flash
> artists + industry power-brokers on how to hold onto
> your rights, negotiate contracts and get full value
> for your work.http://www.nudeguru.com from Franke James
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpatchinwag [dot] com
>
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: hiding pointer in flash 5, BStoudt

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]