Adobe Flash CS4: Buttons in ActionScript 3.0
Uploader Comments (it9001)
Top Comments
-
1046: Type was not found or was not a compile-time constant: Void.
I did that. But the animation still won't stop. This compiler error comes out.
All Comments (27)
-
thanks for this tutorial it really helped me for my school project! :)))
-
really need this tutorial for my school project, but this tutorial sucks soo bad
-
Книга "ActionScript 3.0 для Flash. Подробное руководство" Колина Мука.Книга “ActionScript 3 для Flash” это новое творение Колина Мука. Данная книга очень популярна среди флешеров т к ее написал сам Колин Мук.Скачать
-
don't you think you go to fast in explaining? please, slow down! thank you
-
One thing I cannot find anywhere on the web is a good explanation of how to add another button further along the timeline, perhaps one that also goes to the next frame. There is always an error of "cannot access a property or method of a null object reference at that other button's frame. ???
-
When i typed in the coding, it says it's wrong, despite me following this perfectly... my flash just doesn't want to do the god damn thing it's fucking supposed to, god damn fucking time vampire HELP ME PLZ
-
i just installed flash cs4 yestarday
and now i can make the same button in 1 sec with less coding !
anyway good tutorial !!
i hope to see you doing more !
-
How would I write the code if I dont want the button to appear until frame 10 but my actions are on frame 1?
How do you get it to link to an external URL or animate upon rollover? Or like... animate and then link to URL when clicked?
IglooDweller 1 year ago
@IglooDweller On the Over state, make the button into a movieclip and then animate the movie clip. The over state is for rollover. You can do it when it is clicked by using the Down state.
to link to and external URL you use the following line of code :
getURL("LINK","_blank");
it9001 1 year ago
i cant get the animation to stop. pls help!!
sephirothrikusora 1 year ago
@sephirothrikusora In the frame you want the animation to stop...
in the actions panel you enter in the following command....
stop();
it9001 1 year ago
Be very careful to include all your instructions. or example, at one point you say "and now I'm just going to delete the skip frame" and then you make some sort of additional change but don't say what it is. You delete the skip frame and then quickly do another couple of things which makes obvious changes to your timeline (looks like you insert another frame or something) but don't even mention what they are. It's things like this which can ruin a perfectly good instructional video
CJacuzzi 2 years ago 4
thanks for the pointer ... i'll keep that in mind for the future. ^_^
it9001 2 years ago