At 4:45 PM -0400 10/18/01, Brian Romanko wrote:
>Umed,
>
>Your code works fine for me as well.  The number for the closed hand is
>290.  Below is a common script that I include in all of my movies.  It
>returns the integer of the cursor you are looking for from a string
>rather than a hard to remember integer.  Just do:
>sprite(me.spriteNum).cursor = getCursor("ClosedHand")
> 
>
>on getCursor strCursor
>  
>  case strCursor of
>    "Arrow": return 0
>    "IBeam": return 1
>    "Crosshair": return 2
>    "Crossbar": return 3...


Are these numbers cross-platform, or just PC? Are they Shockwave safe?

--Randal




[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to