hello there. Well I actually have 2 small problems with getURL. I need to connect a button with a web site an my code looks like this:
on (release) {
getURL("http://www.blahblahbla h", "_blank");
}
also I'm trying to make some pop ups work like this:
on (release) {
getURL("pops\1. htm", "_blank");
}
while the root of of...