RPG Sim Stat Variable Tutorial
โดย Chazsan
เพิ่มไว้ที่หน้าจอหลักเพื่อเข้าเล่นได้รวดเร็ว
ติดตั้งเกมนี้
แตะปุ่มแชร์ แล้วเลือก “เพิ่มไปยังหน้าจอหลัก” เพื่อติดตั้งเกมนี้ไว้เล่นสะดวก
RPG Sim Stat Variable Tutorial
แท็กสำหรับ RPG Sim Stat Variable Tutorial
รายละเอียด
Learn how to assign custom stats to a variable, good for RPG and Sim Flash games.
ความคิดเห็น
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
(: