A Flash Developer Resource Site

Results 1 to 13 of 13

Thread: 'bit lost on this 1

  1. #1
    Member
    Join Date
    Jun 2000
    Posts
    74
    I have a button and I want a symbol to appear a few seconds after a mouse hangs over it,
    (like an alt in HTML)
    the problem is I created an MC with a stop action in the first frame,
    followed by a few blank frames,
    then the last frame has the symbol and a stop action.

    I then put a tell target action to play on roll over
    and another to play on roll out.

    the problem is if you roll out at the wrong time the symbol is left showing.

    I know this has to do with the blank frames and removing them will fix it,
    but I need the pause at the start,
    is there another way of doing this or a way to fix what I've done.

    any help appreciated

    jB

  2. #2
    FK Bored Crew
    Join Date
    May 2000
    Posts
    349
    Put something "invisible" in the blank frames, like maybe do an alpha or tint? Dunno, just a thought.

    -fishee

  3. #3
    Member
    Join Date
    Jun 2000
    Posts
    74
    I think it's the timing more than the fact they're blank,
    as in if you move the mouse out while these frames are playing the "play" action in the "roll out" is wasted...


  4. #4
    Don't Lick Jesus on a Stick whiteshadowx's Avatar
    Join Date
    Jun 2000
    Location
    Dallas
    Posts
    227
    Add another layer into the mc that has 1 long frame spanning over all the frames, make another object that is larger than your button (say a large invisible circle?) and make a rollover on it that jumps to the last frame...

    ps: make sure the new layer is under your button, not over it..

  5. #5
    Senior Member
    Join Date
    Jun 2000
    Posts
    403

    Smile

    sup man...why not take out the stop and do what fishee says..but like a small circle, alpha=1,in each one.....and just add a few extra...this should give you a pause in the button....im actually not really following you, is it possible that you could post the .swf somewhere so we can see the problem...thanx

    Peace

    ps..sorry dude

  6. #6
    Member
    Join Date
    Jun 2000
    Posts
    74
    I'll mail it to you mymyth.

    thanx

  7. #7
    Member
    Join Date
    Jun 2000
    Posts
    74

    whiteshadowx

    the button actually isn't in the mc,
    so I can't really place it under the button,
    but I tried anyway and had no joy....

  8. #8
    Don't Lick Jesus on a Stick whiteshadowx's Avatar
    Join Date
    Jun 2000
    Location
    Dallas
    Posts
    227
    You could try throwing it all into an MC (the button I mean)

  9. #9
    Member
    Join Date
    Jun 2000
    Posts
    74
    I tried but it seems that doesn't work either......

  10. #10
    Don't Lick Jesus on a Stick whiteshadowx's Avatar
    Join Date
    Jun 2000
    Location
    Dallas
    Posts
    227
    Could you mail me the FLA?

    whiteshadowx@hotmail.com

  11. #11
    Member
    Join Date
    Jun 2000
    Posts
    74
    its on its way
    thanx.


  12. #12
    Don't Lick Jesus on a Stick whiteshadowx's Avatar
    Join Date
    Jun 2000
    Location
    Dallas
    Posts
    227

    Problem solved

    okay, here's the fix:
    On th RollOut:
    Instead of using
    Tell Target
    Play
    End Tell

    Use:
    Tell Target
    Goto and Stop (1)
    End Tell

    This Worked for me!

  13. #13
    Member
    Join Date
    Jun 2000
    Posts
    74
    cheers mate
    works a treat!

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