MMOCoin

Likes Likes:  0
Results 1 to 2 of 2

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Beginner
    silentonim's Avatar
    Join Date
    Apr 2010
    Posts
    4
    Post Thanks / Like
    Rep Power
    16
    Reputation
    1

    ActionScript - Text after mouse-over

    Hi there.



    I have a problem - can anyone help me with ActionScript mouse-over issue ?

    The question is: how to display a text after mouse-over targetted area ?



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

  3. #2
    Premium
    G4M3R's Avatar
    Join Date
    Mar 2013
    Location
    LEGEN....wait for it....DARY!
    Posts
    33
    Post Thanks / Like
    Rep Power
    13
    Reputation
    38
    I tried to write since i doing Flash Scripts 3Months (:


    Code:
    dynText.addEventListener( MouseEvent.MOUSE_OVER, myInfoHandler )function myInfoHandler( event ){    if(event.target.name == "stopButton"){    dynText.text = "Stop animation!";    }}

 

 

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •