The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.39 / 5.00 38,635 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 15,161 ViewsAt the end of my movie, i wanna make a button for people to e-mail me.
What script do i need to do this with?
hey dude its pretty simple once u have ure button Convert to symbol>Button
highlight it press f9 and add this code
on (release) {
getURL("mailto:email@blala.com");
}
simple as hope this helps 8)