Forum Moderators: open
(yes i stole it, but it doesnt even look like the original anymore... )
im trying to learn onRelease.
the layer i want the user to click is a text layer.
static text.
and onRelease i want to getUrl.
but when i try to user the guided scripting, i.e.:
ActionScript 2.0 Classes > Movie > MovieClip > Event Handlers > onRelase
i get:
not_set_yet.onRelease = function(){
}
where do i set the text layer to be the layer to invoke the onRelase?
or does the entire movie clip have to be set?