allora ho un pulsante che deve funzionare solo se si è al primo frame,gli ho dato questa azione:
on(release){
_root.nome = "montefiore";
if(_root._currentframe = 1){
_root.play()
}
}
Non capisco perchè invece funziona sempre....
allora ho un pulsante che deve funzionare solo se si è al primo frame,gli ho dato questa azione:
on(release){
_root.nome = "montefiore";
if(_root._currentframe = 1){
_root.play()
}
}
Non capisco perchè invece funziona sempre....
Overhead the albatross hangs/motionless upon the air/And deep beneath the rolling waves/in labyrinths of coral caves/The echo of a distant time/Comes willowing across the sand/And everything is green and submarine
codice:on(release){ _root.nome = "montefiore"; if(_root._currentframe == 1){ _root.play() } }
Grazie mille mi devo studiare bene questo linguaggio![]()
Overhead the albatross hangs/motionless upon the air/And deep beneath the rolling waves/in labyrinths of coral caves/The echo of a distant time/Comes willowing across the sand/And everything is green and submarine