Flash RPG Tutorial Part 1:How to make turn-based battle
autor chaos548
Dodaj na ekran główny, by mieć szybki dostęp
Zainstaluj tę grę
Stuknij przycisk Udostępnij, potem "Dodaj do ekranu początkowego", aby szybko mieć grę pod ręką.
Flash RPG Tutorial Part 1:How to make turn-based battle
Tagi dla Flash RPG Tutorial Part 1:How to make turn-based battle
Opis
zrobić walkę turową
Jak grać
Mysz – interakcja.
Aktualizacje dewelopera
V1.1 -First version
V1.2 -Added Final product
-Remove stop(); on the first frame
-Added an actionscript so your HP and your Enemy’s HP don’t go below 0
V1.3-Made a new interface
-Fixed the “If” trouble
Komentarze
stickpeople
May. 14, 2010
im pretty sure if this was stolen then someone would have caught it by now. Its been on the site forever. 5/5
Gheata
Aug. 29, 2011
my friends if this isn't working, before the "win" frame (where the enemy attack ends) put this on frame: gotoAndPlay(2);
@FCurious1999
He meant: Make a blank keyframe (frame 1). Click it. press f9 and the actions pannel will pop up. In it put: good=100; bad=50; mp=100;
tferruelo
Dec. 10, 2010
people, before coming here, you should learn the BASICS in another turorial
falariem
Dec. 15, 2010
Good tutorial. Using AS3, I was able to follow along well enough.
Personnel
Oct. 16, 2010
_root.bad = _root.bad - random(50);? how about just _root.bad -= random(50);?