Raxor's Flash Adventure Day 01

Raxor's Flash Adventure Day 01

by Raxor53
버그 신고
게임 신고
Loading ad...

Raxor's Flash Adventure Day 01

평점:
2.4
출시일: July 23, 2011
최종 업데이트: July 23, 2011
개발자: Raxor53

Raxor's Flash Adventure Day 01의 태그

설명

After maybe 2 or 3 hours I only learned to make a stupid button, that hardly works. I was trying to make it go to a different frame, but I gave up. I’ll try more tomorrow.

댓글

0/1000
ghero101 avatar

ghero101

Jul. 23, 2011

2
0

I am going to give this a 5/5 because I know how hard it is to learn flash.

Raxor53 avatar

Raxor53

Jul. 23, 2011

2
0

I'm 14 trying to learn flash but there haven't been too many good tutorials

bobby_6478 avatar

bobby_6478

Jul. 24, 2011

1
0

Well good try atleast, when you learn a little more in programming flash, please finish whatever this game was going to be as I am curious.

Haydentv1 avatar

Haydentv1

Jul. 23, 2011

1
0

I can teach you some basic stuff if you would like. Message me and let me know.

BakeMyCake avatar

BakeMyCake

Jul. 24, 2011

0
0

you name your button as "button1" in the properties list.
you type this in the actions panel

button1.addEventListener(MouseEvent.CLICK,onClickHandler);
function onClickHandler(MyEvent:MouseEvent) {
nextFrame();//if you want to go to the next frame, or specify any other actions you wish this thing would do, do it inside the braces
}

and that big mean button is gonna do your evil bidding foreva!

Raxor53
Raxor53 개발자

okay thanks I think my coding got messed up :P