登入就可以儲存進度同賺分!
RPG Sim Stat Variable Tutorial

RPG Sim Stat Variable Tutorial

by Chazsan

Loading ad...

RPG Sim Stat Variable Tutorial

評價:
2.7
推出時間: June 12, 2009
上次更新: June 12, 2009
開發者: Chazsan

RPG Sim Stat Variable Tutorial 關聯標籤

簡介

Learn how to assign custom stats to a variable, good for RPG and Sim Flash games.

留言

0/1000
CyberMonk avatar

CyberMonk

Sep. 09, 2009

1
0

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 avatar

bakerej

Jun. 12, 2009

3
1

god damn with that spam

samc117 avatar

samc117

Jun. 29, 2009

2
3

sh*t

demyx3 avatar

demyx3

May. 13, 2012

0
0

this sort of helped me

Andrewisthebest avatar

Andrewisthebest

Jun. 12, 2009

2
5

(: