Visualizzazione dei risultati da 1 a 3 su 3

Discussione: _currentframe

  1. #1

    _currentframe

    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

  2. #2
    Utente di HTML.it L'avatar di negatyve
    Registrato dal
    Feb 2001
    Messaggi
    9,479
    codice:
    on(release){
    	_root.nome = "montefiore";
    	if(_root._currentframe == 1){
    		_root.play()
    	}
    }

  3. #3
    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

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.