20 Flash Tutorials
oleh c0rupt3d_l0l
20 Flash Tutorials
Tag untuk 20 Flash Tutorials
Deskripsi
This tutorial was made for my freinds to teach em a few things about flash but i thought it might help some begginers to flash so i hope you learn something the tutorial has in it:coins,preloader, avatar creation,custom right click , adding stats ,buttons, mazes, health system, basic a.i , mouse stalker enemy,door,character creation making ground , platforms, motion tweening, boundaries,sound kong-loader i know theres only 19 give me a break :P
Cara Bermain
MOUSE UP DOWN LEFT RIGHT ,READ
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)