20 Flash Tutorials
oleh c0rupt3d_l0l
20 Flash Tutorials
Tag untuk 20 Flash Tutorials
Deskripsi
Tutorial ini dibuat untuk teman-temanku agar mereka belajar beberapa hal tentang flash, tapi aku pikir ini juga bisa membantu pemula flash, jadi semoga kamu belajar sesuatu. Tutorial ini berisi: koin, preloader, pembuatan avatar, klik kanan kustom, menambah statistik, tombol, labirin, sistem kesehatan, AI dasar, musuh penguntit mouse, pintu, pembuatan karakter, membuat tanah, platform, motion tweening, batas, suara kong-loader. Aku tahu cuma ada 19, maklumi saja :P
Cara Bermain
MOUSE ATAS BAWAH KIRI KANAN, BACA
Komentar
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)