진행 상황을 저장하고 포인트를 받으려면 로그인하세요!
20 Flash Tutorials

20 Flash Tutorials

by c0rupt3d_l0l

Loading ad...

20 Flash Tutorials

평점:
2.4
출시일: July 29, 2009
최종 업데이트: July 29, 2009
개발자: c0rupt3d_l0l

20 Flash Tutorials의 태그

설명

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

플레이 방법

MOUSE UP DOWN LEFT RIGHT ,READ

댓글

0/1000
xJTCx avatar

xJTCx

Dec. 01, 2009

1
1

lol, nice tutorial. i like the way every comment i saw was by a developer

c0rupt3d_l0l avatar

c0rupt3d_l0l

Oct. 22, 2009

1
1

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 avatar

c0rupt3d_l0l

Oct. 22, 2009

1
1

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 avatar

linermaster

Oct. 19, 2009

0
0

awesome! thanks man, the code for the ground helped alot
5/5 cus of that

omazing avatar

omazing

Oct. 05, 2009

0
0

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)