RPG Sim Stat Variable Tutorial
por Chazsan
RPG Sim Stat Variable Tutorial
Tags para RPG Sim Stat Variable Tutorial
Descrição
Learn how to assign custom stats to a variable, good for RPG and Sim Flash games.
Comentários
CyberMonk
Sep. 09, 2009
This works only if you have one stat (strength in this case). For example if you apply +1 to strength, you will be able to take one from dexterity and it will be -1. When you are making multiple stats with this code you need to put this on your minus buttons
on(release){
if(_root.stat1>0 && _root.available<10){
_root.stat1--;
_root.available++;
}
}
Pretty similar but huge difference :)
bakerej
Jun. 12, 2009
god damn with that spam
samc117
Jun. 29, 2009
sh*t
demyx3
May. 13, 2012
this sort of helped me
Andrewisthebest
Jun. 12, 2009
(: