20 Flash Tutorials
von c0rupt3d_l0l
20 Flash Tutorials
Tags für 20 Flash Tutorials
Beschreibung
Dieses Tutorial habe ich für meine Freunde gemacht, um ihnen ein paar Dinge über Flash beizubringen, aber ich dachte, es könnte auch Anfängern helfen. Ich hoffe, ihr lernt etwas! Das Tutorial behandelt: Münzen, Preloader, Avatar-Erstellung, individuelles Rechtsklick-Menü, Hinzufügen von Statistiken, Buttons, Labyrinthe, Gesundheitssystem, einfache KI, Maus-Verfolger-Gegner, Türen, Charaktererstellung, Boden, Plattformen, Motion Tweening, Begrenzungen, Sound, Kong-Loader. Ich weiß, es sind nur 19 – gebt mir eine Pause :P
Spielanleitung
MAUS HOCH RUNTER LINKS RECHTS, LESEN
Kommentare
xJTCx
Dec. 01, 2009
lol, nice tutorial. i like the way every comment i saw was by a developer
c0rupt3d_l0l
Oct. 22, 2009
But its much easier just making a key frame on frame 1 then another on say frame 30 then click on the frames add motion tween" and on the frame 30 put the cloud were u want it to go
c0rupt3d_l0l
Oct. 22, 2009
for clouds just put a code in of like on
onClipEvent(load){
speed = 5;
}
onClipEvent(enterFrame){
_root.cloud._x + speed;
}
should work then just make a hitest
onClipEvent(enterFrame){
if (_root.cloud.hitTest(this)){
_root.cloud._x = where u want on screen;
_root.cloud._y = where u want on screen;
}
}
something like that if u wanna use coding
linermaster
Oct. 19, 2009
awesome! thanks man, the code for the ground helped alot
5/5 cus of that
omazing
Oct. 05, 2009
yes RTL... its a motion tween. Also, this tutorial rox. i really need this because i am a newbie game maker. so, it helps. 5/5 (seriously)