HOME | DD

Published: 2010-02-19 01:59:58 +0000 UTC; Views: 4018; Favourites: 68; Downloads: 186
Redirect to original
Description
Here is the first flash tutorial to start up. Shows step by step how to create a simple turn based battle game, very much like final fantasy games. Hope this is useful to all of youRelated content
Comments: 18
wordweaver1001 [2012-10-22 01:40:58 +0000 UTC]
I tried and I can't get mine to work! It just goes straight to the "you lose" screen without anything else showing up. I downloaded your file and they are both exactly the same except for the minor details like tweening. The only difference I can think of is I have CS5.5 and you have CS3 but the coding should be the same, right? Please let me know what I should do!
👍: 0 ⏩: 0
The-NuclearDragoon [2012-07-10 03:29:01 +0000 UTC]
FFFFFFF- I could'nt do the Attack Select :C
👍: 0 ⏩: 0
JynxCloudy [2011-03-29 14:08:46 +0000 UTC]
i cant seem to do it.....after the name change thing i cant do it
👍: 0 ⏩: 0
evolvd-studios In reply to the-b3ing [2010-02-22 12:53:39 +0000 UTC]
Macromedia Flash 8 XD, very old version. Now using CS3
👍: 0 ⏩: 1
SirJayden [2010-02-19 15:24:09 +0000 UTC]
Lol if the bad guy takes -10 from the good gu and the good guy takes -15 health from the bad guy then obviously the good guy will always win, therefore there's no point for a lose frame XD
Could you make it so that the good guy takes a random value from 1-15 and the bad guy takes a random amount from 1-10?
Still awesome though =3 Helped alot!
👍: 0 ⏩: 1
evolvd-studios In reply to SirJayden [2010-02-19 17:31:40 +0000 UTC]
I already know how to do that, its just a simple "random(10)+5" value, instead of just the 10. Thing is Im sticking to simple for all the newbies into actionscript training, dont want to confuse them all thats why I kept it simple
👍: 0 ⏩: 1
SirJayden In reply to evolvd-studios [2010-02-19 17:39:10 +0000 UTC]
lol i figured it out too with the maths thing.
You should make a tut for more experienced actionscripters on how to do the more complex things :3
👍: 0 ⏩: 1
evolvd-studios In reply to SirJayden [2010-02-19 17:44:06 +0000 UTC]
yeah, soon XD Im making a tutorial for even more unexpirenced programers to learn how to use fully the basic functions like IF, ON, GOTOANDPLAY/STOP, THIS, HITTESTOBJECT, and VAR
👍: 0 ⏩: 1
SirJayden In reply to evolvd-studios [2010-02-19 17:47:02 +0000 UTC]
K, looking forward to it =3
👍: 0 ⏩: 0
xrailo [2010-02-19 02:17:49 +0000 UTC]
This seems to be seriously helpful! I shall definitely try it soon Thank you
👍: 0 ⏩: 1
xrailo In reply to xrailo [2010-02-19 20:12:26 +0000 UTC]
I have a question though - How do you get the game to restart at the end?
👍: 0 ⏩: 1
Koizumi636 In reply to xrailo [2010-02-20 01:20:29 +0000 UTC]
make a button that will gotoandstop to frame 1 XD
on(release) {
gotoAndStop(Number);
}
put this ascript on the button
put in the frame number where it says "Number"
XD I hope this helps...
👍: 0 ⏩: 1
xrailo In reply to Koizumi636 [2010-02-20 15:19:51 +0000 UTC]
Oh sorry, thats not what I meant xD I tried that, when I do that, it will just take me back to the "you win/lose" scree, because yes it takes you back to the first frame- it does not restart the HP to 0.
👍: 0 ⏩: 0