|
-
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.
-
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.
-
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???
-
Relaxing
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.
-
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|