alexbarabas
Technical User
I want to get an image to serve as a link... I imported a .gif, converted it to a button, and typed in the following...
on (release) {
getURL("main.htm", "_self"
;
}
When I test it, it gives me a bunch of BS on house all these symbols are unexpected. What the heck? I'd appreciate some help.
on (release) {
getURL("main.htm", "_self"
}
When I test it, it gives me a bunch of BS on house all these symbols are unexpected. What the heck? I'd appreciate some help.