İlerlemeni kaydetmek ve puan kazanmak için giriş yap!
Flash RPG Tutorial Part 1:How to make turn-based battle

Flash RPG Tutorial Part 1:How to make turn-based battle

yapan chaos548

Loading ad...

Flash RPG Tutorial Part 1:How to make turn-based battle

Puan:
3.3
Yayınlanma tarihi: September 19, 2009
Son güncelleme: September 19, 2009
Geliştirici: chaos548

Flash RPG Tutorial Part 1:How to make turn-based battle için Etiketler

Açıklama

[AS2]How to make turn-based battle

Nasıl Oynanır

Mouse to interact.

Yorumlar

0/1000
stickpeople avatar

stickpeople

May. 14, 2010

35
1

im pretty sure if this was stolen then someone would have caught it by now. Its been on the site forever. 5/5

Gheata avatar

Gheata

Aug. 29, 2011

7
0

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 avatar

tferruelo

Dec. 10, 2010

18
1

people, before coming here, you should learn the BASICS in another turorial

falariem avatar

falariem

Dec. 15, 2010

6
0

Good tutorial. Using AS3, I was able to follow along well enough.

Personnel avatar

Personnel

Oct. 16, 2010

20
2

_root.bad = _root.bad - random(50);? how about just _root.bad -= random(50);?