[FLASH 8] Hilfe bei Buttonklick

Dieses Thema im Forum "Grafikdesign und Fotografie" wurde erstellt von SaschaB, 12. Mai 2007 .

  1. 12. Mai 2007
    hallo leute,

    ich hantiere schon die ganze zeit mit flash aber bekomm es nicht hin, dass wenn ich auf ein symbol klicke, dass sich die animation wieder von anfang an wiederholt.

    wie kann man das denn einstellen (vllt per actionscript) dass wenn man auf ein symbol am ende der animation klickt, dass sich das dann von anfang an wieder abspielt.. ?

    bewertung ist sicher



    SaschaB
     
  2. 12. Mai 2007
    AW: [FLASH 8] Hilfe bei Buttonklick

    Download offline!

    PHP:
    btn . onRelease  = function(){
        
    mc_la . gotoAndPlay ( 1 );
    }
    das hier sollte mehr deiner Frage entsprechen:

    Download offline!

    In Frame 40 auf der hauptebene:
    PHP:
    stop ();
    mc_play . onRelease  = function(){
        
    _root . gotoAndPlay ( 1 );
    }
    So siehts dann aus:
    http://img522.imageshack.us/my.php?image=btnen2.swf


    Knusperkeks
     
  3. Video Script

    Videos zum Themenbereich

    * gefundene Videos auf YouTube, anhand der Überschrift.