Ask a Question related to Macromedia Director Lingo, Design and Development.
-
flashster #1
Cursors
How do I set the cursor to a pointing finger?
I notice that the documentation specifies certain cursors - i.e.' cursor 4'
changes it to an hour glass, but I need to use a finger (or even some of the
other director built in cursors like the question mark, etc).
(This is for the windows platform.)
Flashster
flashster Guest
-
Why are my custom cursors flashing?
Hi there, I was just wondering if there is any know issue with custom cursors that would cause them to flash invisible. Thanks -
posible BUG in CURSORS...
Hello, The lingo function CURSOR sometimes it's out of order... Exist an solution for it? Thanks, Gabriel -
cursors problem
I use Director MX on Windows 2000, and I created a custom cursor which I attached to a sprite with the rollover cursor behavior from the library. ... -
Database cursors in .NET 2003
Hi, What was lacked in .NET 2002 was a database cursor that did the same thing as in traditional ASP, i.e. .MoveFirst, MoveNext and so on. ... -
Are Cursors in Triggers really bad?
I'm using SQL Server 7. I've got two versions of an trigger that just keeps an audit record of when a table was updated. One uses a cursor, and... -
Mea #2
Re: Cursors
I just did this last week--I ended up drawing my own 1-bit pointing
finger cursor.
If somebody doesn't have a better solution, I'd be happy to send it to you.
** Mea :-)
flashster wrote:> How do I set the cursor to a pointing finger?
>
>
> I notice that the documentation specifies certain cursors - i.e.' cursor 4'
> changes it to an hour glass, but I need to use a finger (or even some of the
> other director built in cursors like the question mark, etc).
>
> (This is for the windows platform.)
>
> Flashster
>
>Mea Guest
-
Andrew Morton #3
Re: Cursors
property spriteNum
on beginSprite
sprite(spriteNum).cursor=280
end beginSprite
on endSprite
sprite(spriteNum).cursor= -1
end endSprite
Andrew
Andrew Morton Guest
-
flashster #4
Re: Cursors
Thanks Andrew I'll try that.
Is there a list somewhere of the each cursor and the number associated with
them?
Flash
"Andrew Morton" <akm@in-press.co.uk.invalid> wrote in message
news:br7f48$c6t$1@forums.macromedia.com...> property spriteNum
>
> on beginSprite
> sprite(spriteNum).cursor=280
> end beginSprite
>
> on endSprite
> sprite(spriteNum).cursor= -1
> end endSprite
>
> Andrew
flashster Guest
-
Gren Foronda #5
Re: Cursors
Hi,
Check out the TechNote below for a chart of available cursors that you can
use for Mac and Windows:
"Setting the cursor"
[url]http://www.macromedia.com/go/16060[/url]
Hope this helps.
Regards,
Gren Foronda
Macromedia Technical Support
"flashster" <flashster2003@hotmail.com> wrote in message
news:br7m4b$p8m$1@forums.macromedia.com...with> Thanks Andrew I'll try that.
>
> Is there a list somewhere of the each cursor and the number associated> them?
>
> Flash
>
> "Andrew Morton" <akm@in-press.co.uk.invalid> wrote in message
> news:br7f48$c6t$1@forums.macromedia.com...>> > property spriteNum
> >
> > on beginSprite
> > sprite(spriteNum).cursor=280
> > end beginSprite
> >
> > on endSprite
> > sprite(spriteNum).cursor= -1
> > end endSprite
> >
> > Andrew
>
Gren Foronda Guest
-
flashster #6
Re: Cursors
Thanks Gren,
This should definately be added to the Director documentation (in my humble
oppinion).
Flash
"Gren Foronda" <supportinfo@macromedia.com> wrote in message
news:br7nsj$s9a$1@forums.macromedia.com...>
> Hi,
>
> Check out the TechNote below for a chart of available cursors that you can
> use for Mac and Windows:
>
> "Setting the cursor"
> [url]http://www.macromedia.com/go/16060[/url]
>
> Hope this helps.
>
> Regards,
>
> Gren Foronda
> Macromedia Technical Support
>
>
> "flashster" <flashster2003@hotmail.com> wrote in message
> news:br7m4b$p8m$1@forums.macromedia.com...> with> > Thanks Andrew I'll try that.
> >
> > Is there a list somewhere of the each cursor and the number associated>> > them?
> >
> > Flash
> >
> > "Andrew Morton" <akm@in-press.co.uk.invalid> wrote in message
> > news:br7f48$c6t$1@forums.macromedia.com...> >> > > property spriteNum
> > >
> > > on beginSprite
> > > sprite(spriteNum).cursor=280
> > > end beginSprite
> > >
> > > on endSprite
> > > sprite(spriteNum).cursor= -1
> > > end endSprite
> > >
> > > Andrew
> >
>
>
flashster Guest
-
Mea #7
Re: Cursors
Thanks! Why is this in a Tech Note, and not in the product
documentation? It would have saved me an afternoon.
** Mea :-)
Gren Foronda wrote:> Hi,
>
> Check out the TechNote below for a chart of available cursors that you can
> use for Mac and Windows:
>
> "Setting the cursor"
> [url]http://www.macromedia.com/go/16060[/url]
>
> Hope this helps.
>
> Regards,
>
> Gren Foronda
> Macromedia Technical Support
>
>
> "flashster" <flashster2003@hotmail.com> wrote in message
> news:br7m4b$p8m$1@forums.macromedia.com...
>>>>Thanks Andrew I'll try that.
>>
>>Is there a list somewhere of the each cursor and the number associated
> with
>>>>them?
>>
>>Flash
>>
>>"Andrew Morton" <akm@in-press.co.uk.invalid> wrote in message
>>news:br7f48$c6t$1@forums.macromedia.com...
>>>>>>>property spriteNum
>>>
>>>on beginSprite
>>> sprite(spriteNum).cursor=280
>>>end beginSprite
>>>
>>>on endSprite
>>> sprite(spriteNum).cursor= -1
>>>end endSprite
>>>
>>>Andrew
>>
>
>Mea Guest
-
Gren Foronda #8
Re: Cursors
Hi,
I'll try to forward your feedback to the proper department. You can also
fill out the Macromedia Documentation Feedback for your comments and
suggestions about Director's documentation:
[url]http://www.macromedia.com/support/email/techsupport/main.cgi?6165=4[/url]
Regards,
Gren
"flashster" <flashster2003@hotmail.com> wrote in message
news:br7on2$dl$1@forums.macromedia.com...humble> Thanks Gren,
>
> This should definately be added to the Director documentation (in mycan> oppinion).
>
> Flash
>
> "Gren Foronda" <supportinfo@macromedia.com> wrote in message
> news:br7nsj$s9a$1@forums.macromedia.com...> >
> > Hi,
> >
> > Check out the TechNote below for a chart of available cursors that you>> > use for Mac and Windows:
> >
> > "Setting the cursor"
> > [url]http://www.macromedia.com/go/16060[/url]
> >
> > Hope this helps.
> >
> > Regards,
> >
> > Gren Foronda
> > Macromedia Technical Support
> >
> >
> > "flashster" <flashster2003@hotmail.com> wrote in message
> > news:br7m4b$p8m$1@forums.macromedia.com...> > with> > > Thanks Andrew I'll try that.
> > >
> > > Is there a list somewhere of the each cursor and the number associated> >> > > them?
> > >
> > > Flash
> > >
> > > "Andrew Morton" <akm@in-press.co.uk.invalid> wrote in message
> > > news:br7f48$c6t$1@forums.macromedia.com...
> > > > property spriteNum
> > > >
> > > > on beginSprite
> > > > sprite(spriteNum).cursor=280
> > > > end beginSprite
> > > >
> > > > on endSprite
> > > > sprite(spriteNum).cursor= -1
> > > > end endSprite
> > > >
> > > > Andrew
> > >
> > >
> >
> >
>
Gren Foronda Guest



Reply With Quote

