Basic Button Help
can tell me how make button anchor page in flash document? made pages basic flash tutorial, have other working buttons, need add other buttons , cannot seem make them work. here as:
sections.gotoandstop("levenson");
levenson_btn.onrelease = function() {
sections.gotoandstop("levenson");
sections.levenson.gotoandplay(2)
}
am missing anything? instance names perhaps..?
thanks.
without seeing movie's structure, it's difficult problem might be, first guess button, levinson_btn, not exist code located. in order code work has able find object, button, relates to, when movie starts. so, if have code on first frame of main timeline, instance, , button exists on frame 6 of movie clip attached frame 4 of main timeline, there no continuous connection between button , code. again problem else entirely.
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment