Adobe Flash CS3- ActionScript 3.0 - RollOver effects
Uploader Comments (PONGStudios)
Top Comments
-
I'm having a similar problem to a lot of other people - following the tutorial exactly but the stop action doesn't seem to work, the tween just keeps looping and the symbol doesn't respond to any mouse action.. am I missing something?
I'm using CS5 not CS3 though, and it would only let me use 'Classic Tween' as Motion Tween generated an error and wouldn't work..
Good tutorial though, help on this would be appreciated :)
All Comments (62)
-
u say double click oval.. but when I double click it.. I dont have a timeline anymore
-
You are the best! your tutorial is simple but stunning! I've got it working! Great ! you saved my day! ;-)
-
thx man ur the best thx again
-
cảm ơn bạn rất nhiều ^^! (VietNamse)
Thank you very much!
-
@AcousticTim I'm getting the same problem... :S
-
THANK YOU LITTLE MASTER. Very useful.
-
What did you say at 4:40
It sounds wrong
-
Hi, i was trying to add another button like this to the same movie but it keeps looping the first one i made, any idea why?
Hi PONGStudios,
In the description, I see you wrote instructions for us to write
btn.buttonMode=true;
Where should we write that? e.g At the screen you show on your video at 1minute, where you create the movie clip for your oval? Or when at around 1min30 you create an instance of it called btn? Or maybe on action layer keyframes?
I havent tried writing it anywhere yet. My button doesnt work. My flash project will publish but says: Cannot access a property or method of a null object reference.
TableWolfMusic 1 year ago
@TableWolfMusic Apply the "buttonMode" method on the Actions layer (where you wrote the code.)
Also, make sure that the "button" is a MovieClip, and that it has an instance name of "btn."
If you have any further questions/problems, do not hesitate to ask.
Thanks for watching.
PONGStudios 1 year ago
Good tutorial but its much better to have the AS code inside the movieclip if you want to use this several times like in a menu. instead of refer to btn just make another AS layer in the movieclip and refer to "this" like:
this.addEventListener();
klorinsky 2 years ago 4
Yeah, that is a good point. The code should be inside of a MovieClip. I didn't think about that when I made this tutorial.
Thanks for your feedback.
PONGStudios 2 years ago