A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: sparkle

  1. #1
    Member
    Join Date
    Oct 2003
    Posts
    77

    sparkle

    how can i get this effect

    http://speromusic.com/site/index.html

    notice on the menu...the leaves or whatever and if you hold your mouse down more appear..i want to have that same effect or on like it..any tutorials or open source stuff or anything?

  2. #2
    Senior Member
    Join Date
    Jan 2004
    Posts
    245
    Hello their my first post that you want is a simple rollover effect
    I am sure you will understand how its done by loooking at the fla I posted.

    Regards Barry.
    Attached Files Attached Files

  3. #3
    Member
    Join Date
    Oct 2003
    Posts
    77

    almost

    Actually what i wanted was the effect of when you click your mouse...notice the sparkles or leaves or whatever they are sorta of randomly float and disappear.

    thanks for you help though

  4. #4
    Senior Member Shotsy247's Avatar
    Join Date
    Apr 2001
    Location
    Be there in a minute!
    Posts
    1,386
    just create the sparks movie with whatever animation is needed. On frame one of the sparks movie have a stop() action. On frame two, have the animation begin.

    On that movie clip put:

    onClipEvent(enterFrame){
    _x=_xmouse;
    _y=_ymouse;
    }

    then include on your button release events:

    _root.sparksMovie.play();

    _t
    I don't feel tardy.

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