A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: onRollOver onRollOut effect.

  1. #1
    Junior Member
    Join Date
    Nov 2003
    Posts
    12

    Question onRollOver onRollOut effect.

    Hi,

    I am trying to create something with a .onRollOver .onRollOut effect. Specifically something that mimics this site, although I only need it to happen for 3 letters.

    http://neogroup.co.il/

    I hope someone can help me out with some pointers.

  2. #2
    Junior Member
    Join Date
    Nov 2003
    Posts
    12
    anyone??? *echos

  3. #3
    Junior Member
    Join Date
    Nov 2003
    Posts
    12
    i guess there was a reason i didn't log into this forum for 5 years, see you in 2014

  4. #4
    Member
    Join Date
    Sep 2008
    Posts
    80
    lolz, well i hope i still not too late to help u
    anyway...to do this...make a movieclip for all the letter and give a rollover effect on each one of the letter.

    that effect is just stretching the letter in and strech out a new image, very easy to do, let me know if you need any more help

    eg
    somebutton.onRollOver=function(){
    do stretching
    }

    somebutton.onRollOut=function(){
    do stretching
    }
    Last edited by kakashi807; 11-06-2009 at 04:40 PM. Reason: change content

  5. #5
    Junior Member
    Join Date
    Nov 2003
    Posts
    12

    Thanks!

    Thanks, I managed to figure it out from another forum, but thanks anyway.

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
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center