RPG Sim Stat Variable Tutorial
oleh Chazsan
Tambah ke skrin utama anda untuk akses pantas
Pasang permainan ini
Tekan butang Kongsi, kemudian "Tambah ke Skrin Utama" untuk pasang permainan ini dan akses dengan pantas.
RPG Sim Stat Variable Tutorial
Tag untuk RPG Sim Stat Variable Tutorial
Deskripsi
Learn how to assign custom stats to a variable, good for RPG and Sim Flash games.
Komen
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
(: