Comment rendre une animation cliquable ..
Salut a tous ,
je suis débutant en flash ,
j'ai crée une animation avec flash cs3 mais j'ai utilisé l action script 2 dont je veut rendre l'animation cliquable pour accéder a un site (www.f-gamez.com)
j'ai créer un bouton transparent et j'ai mis le code :
Code:
1 2 3
| onPress = function(){
getURL("http://www.f-gamez.com");
} |
mais quand j'ai inséré l'animation sur un site j peu cliqué dessus (la main signifiant un lien hypertexte apparaît) et le site ne s'ouvre pas !!
quelqu'un peut m'expliquer !!
Merci d'avance à tous !