So in AS2 to add button functionality to a movie clip, you'd
type:
myButton_mc.onPress=function(){
gotoAndPlay("something");
}
How is this accomplished in AS3 WITHOUT using external .as
files, classes, etc?
It seems like all the tutorials/books I read, they want to
create the bible before anything can be done.
If this is the case, why is AS3 better? I understand it
appeals more to hard core programmers of Java, but what about
therun-o-the-mill types who actually like Director's Lingo and can
cope with AS2?
Thanks!