Are you having problem with Cursors on flash sprites?

if yes, then try this script on flash sprites

on mouseWithin me
  if the mouseOverButton of sprite(me.spriteNum) then
    sprite(me.spriteNum).cursor = 280
  else
    sprite(me.spriteNum).cursor = 0
  end if
end mouseWithin

on endSprite me
  sprite(me.spriteNum).cursor = 0
end endSprite

best regards
------------------------------------------
Ramesh CT
http://www.lingoman.net/
------------------------------------------
>>>
i am talking about importing .swf files. These swf files have rollovers
which stop functioning if bitmaps and audio files are imported in director.


[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