A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: help with kool moves 5.4!!!!

  1. #1
    Junior Member
    Join Date
    Jun 2006
    Posts
    15

    help with kool moves 5.4!!!!

    im doin rollovers button and in the second button state (hover) i cant do effect!

    here the deal: a simple rectangle button with text and a starto the left. i would want to make the star rotate on place while the mouse is over the button.

    look simple, i mean the effect is there, its even in the properties effect of my star shape, but i cant select it its like you cant say yes or no in the properties to this effect.

    also, i wanna put glow on them, but it seems like filters can only be use in the movie part, that would make my whole button glow.

    I only want the text to glow while the mouse hover the button.

    Someone can help me?

    I think it's pretty simple but effective stuff i wanna do here.

  2. #2
    Senior Member
    Join Date
    Jun 2000
    Posts
    3,512
    I suggest adding an empty movie clip to the button states in which you want to have effects. Create the effect within the movie clip.

  3. #3
    Junior Member
    Join Date
    Jun 2006
    Posts
    15
    it worked, i did it, but it doesnt spin quite on place, it move slighlty maybe 1 or 2 pixels.

    Can it really spin on itslef, i mean like if it was nailed there and was spinning on it???

  4. #4
    Relaxing tmoore935's Avatar
    Join Date
    Oct 2001
    Location
    colorado, usa
    Posts
    1,713
    onClipEvent(enterFrame){
    this._rotation +=8;
    }

    will spin a movie clip. The one I uploaded needs tweeked but may be what you want.
    Any programming language is at its best before it is implemented and used.

  5. #5
    Junior Member
    Join Date
    Jun 2006
    Posts
    15
    thx but finally im alright i made a spinnin star that grows a little by accident.

    Ot looks like a yoshi storys graphic lol but its pretty cool.

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