Flash Tutorials
by Ad0o
홈 화면에 추가하여 빠르게 실행하세요
이 게임 설치
공유 버튼을 누르고 "홈 화면에 추가"를 선택하면 빠르게 이 게임에 접속할 수 있습니다.
Flash Tutorials
Flash Tutorials의 태그
설명
Some beginner flash tutorials.
If you want me to make any tutorial, write it in the comments.
플레이 방법
Mouse.
댓글
Xdeath1
Mar. 06, 2013
hello guys. just give me a private message if you are stuck with something :P
sorarock11991199
May. 20, 2010
Walls don't work, Flash keeps telling me, "Operator '-' must be followed by an operand" on both right and Bottom walls.
Right wall:
onClipEvent(enterFrame){
if(this.hitTest(_root.char)){
root.char._x- = 10;
}
}
Bottom wall:
onClipEvent(enterFrame){
if(this.hitTest(_root.char)){
root.char._y- = 10;
}
}
ninjastormns
Jul. 16, 2011
walls and aiming* sorry
ninjastormns
Jul. 16, 2011
moves and aiming aren't working...
sorarock11991199
Jun. 27, 2010
@tijs14tijs as2 is easier than as3