Ask a Question related to Macromedia Director Lingo, Design and Development.
-
Word of Mouth Productions #1
hiding cursor
I'm trying to hide the cursor at the start of the movie and I've tried both
of these:
on prepareMovie
cursor 200
end
on startmovie
cursor 200
end
and a frame script in frame 5
cursor 200
end
The cursor doesn't dissappear in the projector until I move it. As soon as
I move the mouse at least a pixel, the cursor dissappears. How can I make
it dissappear without having to nudge the mouse?
--
Craig Wollman
Word of Mouth Productions
phone 212 724 8302
fax 212 724 8151
[url]www.wordofmouthpros.com[/url]
Word of Mouth Productions Guest
-
Hiding PHP
Hi I want to hide the php files from my urls. My only idea is to have each file in its own directory as a default.php file. So instead of... -
cursor 200-problem on mac but not pc? how to swap cursor image?
Hi, I want to hide the cursor in my projector. I've been using "cursor 200" for some time now and it works fine. But now, when I try my projector... -
Change the "web hand" cursor in normal arrow cursor?
Visit my page at http://www.frenchberliner.com and see the swap image...when you fly over it to see the effecct the cursor changes in a small hand as... -
Hiding a URL ?? is this possible ??
I have several pages on a server which I need to show, but keep the URL private. Is there a way to put a link on my site, and hide the URL? Also,... -
Hiding queries
I want to run a query only to weed out uneeded info from the table. Then I want to do calcs on the columns in the query. What I need to know is... -
Word of Mouth Productions #2
Re: hiding cursor
I solved it using:
cursor 0
cursor -1
cursor 200
in a frame script.. This method did not work when it was in the
prepareMovie or startMovie handlers.
--
Craig Wollman
Word of Mouth Productions
phone 212 724 8302
fax 212 724 8151
[url]www.wordofmouthpros.com[/url]
"Word of Mouth Productions" <lingoboy@wordofmo.com> wrote in message
news:bflvuv$d3n$1@forums.macromedia.com...both> I'm trying to hide the cursor at the start of the movie and I've triedas> of these:
>
> on prepareMovie
> cursor 200
> end
>
> on startmovie
> cursor 200
> end
>
> and a frame script in frame 5
> cursor 200
> end
>
> The cursor doesn't dissappear in the projector until I move it. As soon> I move the mouse at least a pixel, the cursor dissappears. How can I make
> it dissappear without having to nudge the mouse?
>
>
>
> --
> Craig Wollman
> Word of Mouth Productions
> phone 212 724 8302
> fax 212 724 8151
> [url]www.wordofmouthpros.com[/url]
>
>
Word of Mouth Productions Guest



Reply With Quote

