Raxor's Flash Adventure Day 01
von Raxor53
Füge es zu deinem Home-Bildschirm hinzu für schnellen Zugriff
Dieses Spiel installieren
Tippe auf den Teilen-Button und dann auf „Zum Home-Bildschirm“, um dieses Spiel schnell zu starten.
Raxor's Flash Adventure Day 01
Tags für Raxor's Flash Adventure Day 01
Beschreibung
Nach vielleicht 2 oder 3 Stunden habe ich nur einen dummen Button hinbekommen, der kaum funktioniert. Ich wollte, dass er zu einem anderen Frame wechselt, aber ich habe aufgegeben. Ich probiere es morgen nochmal.
Kommentare
ghero101
Jul. 23, 2011
I am going to give this a 5/5 because I know how hard it is to learn flash.
Raxor53
Jul. 23, 2011
I'm 14 trying to learn flash but there haven't been too many good tutorials
bobby_6478
Jul. 24, 2011
Well good try atleast, when you learn a little more in programming flash, please finish whatever this game was going to be as I am curious.
Haydentv1
Jul. 23, 2011
I can teach you some basic stuff if you would like. Message me and let me know.
BakeMyCake
Jul. 24, 2011
you name your button as "button1" in the properties list.
you type this in the actions panel
button1.addEventListener(MouseEvent.CLICK,onClickHandler);
function onClickHandler(MyEvent:MouseEvent) {
nextFrame();//if you want to go to the next frame, or specify any other actions you wish this thing would do, do it inside the braces
}
and that big mean button is gonna do your evil bidding foreva!
okay thanks I think my coding got messed up :P