The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.34 / 5.00 31,296 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.07 / 5.00 10,082 Viewscan someone give me a code so I can link to a by clicking on a movieclip
help is aprecicated thanks
on(press)
getURL("http://www.mysite.com", "_blank");
} At 11/30/07 05:46 AM, Kirk-Cocaine wrote: on(press)
getURL("http://www.mysite.com", "_blank");
}
It's safe to do this:
on(release)
getURL("http://www.mysite.com", "_blank");
}
Firefox blocks it if you do it on a press.
- Matt, Rustyarcade.com
At 11/30/07 05:50 AM, Rustygames wrote: Firefox blocks it if you do it on a press.
Good info!
At 11/30/07 05:50 AM, Rustygames wrote:
Firefox blocks it if you do it on a press.
Any idea why?
seems pretty pointless to me
No idea, just had the same problem myself and that tip helped immensely, Many Thanks!!