use the Behaviors....

it goes something like this:


on mouseWithin me
  set the member of sprite the currentSpriteNum to
member "image2"
  cursor 260 <------changes the mouse sign-----

end
 
on mouseLeave me
  set the member of sprite the currentSpriteNum to
member "image1"
  cursor -1  <------- restore mouse sign

end


--- Bill Numerick <[EMAIL PROTECTED]> wrote:
> Hi everyone,
> 
> I'm trying to make a rollover button in director and
> i really have no idea
> where to even start.  I've looked online and they
> seem to all have a ton of
> code.  I tried the multistate button that's in the
> library that comes with
> Dir but it doesn't seem to work correctly for me. 
> I'm really new to lingo
> so go easy on me =).  I'm hoping someone can help me
> learn how to make a
> rollover button without me having to write a book to
> get it to work.
> 
> Thanks for any help you give...
> 
> -Bill Numerick
> 
> 
> [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!]
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free!
http://photos.yahoo.com/

[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