A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Rolling logo bar losing features

Hybrid View

  1. #1
    Junior Member
    Join Date
    Nov 2005
    Posts
    11

    Rolling logo bar losing features

    Hi

    I'm making a sponsors bar with rolling logos. I can get it rolling and can get each button to highlight and link to external URL when hovered over. However, I can't get the same thing to play() or stop().

    In other words, I need to turn the whole thing into a movie symbol in order to be able to apply the play(), stop()... but if I do this I lose the button elements placed on each button.

    The file is attached. Can anyone help!!
    Attached Files Attached Files

  2. #2
    Senior Member
    Join Date
    Oct 2004
    Posts
    2,049
    try this

    1) on layer 5 in your fla - double click in to your symbol.
    2) on your links add this code

    PHP Code:
    on(rollOver){
        
    _parent.stop();
    }
        
    on(rollOut){
        
    _parent.play();
    }
        
    on (press) {
        
    getURL ("http://www.pixelsurgeon.com")


    here is your fla edited with the corrections

  3. #3
    Junior Member
    Join Date
    Nov 2005
    Posts
    11
    Thanks - that works great!

  4. #4

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