need help on openXLib and hiding mouse
hi
i'm new director programming. need on including .dll files project. saw syntax named "openxlib" on director mx 2004 help, not give sufficient example.
and i've been trying hide mouse in director. piece of cake in flash, troubles lot in director.
can please post few lines solve these 2 problems?
thank you
i'm new director programming. need on including .dll files project. saw syntax named "openxlib" on director mx 2004 help, not give sufficient example.
and i've been trying hide mouse in director. piece of cake in flash, troubles lot in director.
can please post few lines solve these 2 problems?
thank you
not sure openxlib- seems way access methods in
scripting xtras. need create xtra in order make use
of it.
but far hiding mouse, this:
cursor 200
to set default,
cursor 0
you can have cursor set player-wide way, or have change when
over sprites setting cursor property of sprite
sprite(1).cursor=280
that set cursor finger when mouse on sprite(1)
to see list of available cursors, consult file under
"cursor() method"
scripting xtras. need create xtra in order make use
of it.
but far hiding mouse, this:
cursor 200
to set default,
cursor 0
you can have cursor set player-wide way, or have change when
over sprites setting cursor property of sprite
sprite(1).cursor=280
that set cursor finger when mouse on sprite(1)
to see list of available cursors, consult file under
"cursor() method"
More discussions in Director Lingo
adobe
Comments
Post a Comment