Thread: Bottoni
View Single Post

  #1 (permalink)  
Old 04-06-08, 10:50
saradl saradl is offline
Junior Member
 
Join Date: Jun 2008
Posts: 1
Rep Power: 0
saradl is on a distinguished road
Bottoni

Ciao a tutti sto muovendo i primi passi nel mondo Flash, mi diletto nel creare un sito, ma ho un problemino con i bottoni...come faccio per far fermare l' hompage non voglio che ogni volta che clicco sul bottone l'animazione riparte.
Questo è il codice:

on (releaseOutside) {
gotoAndStop("over");
}
on (press) {
gotoAndStop(10);
}

on (rollOver) {
gotoAndPlay("out");
}

on (release) {
_root.link = 1;
_root.play()

}
Reply With Quote