For example, if I wanted to have a button that says ';Play More Games'; and have it open to a certain website, how would I go about doing this?
Oh yes, I'm using AS2.
Thanks!How can I open an internet window from a button click in Macromedia Flash?
use the getUrl action
button.onRelease = function(){
getUrl('www.example.com', '_blank');
}
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment