Mag-log in para masave ang iyong progreso at makaipon ng puntos!
RPG Sim Stat Variable Tutorial

RPG Sim Stat Variable Tutorial

ni Chazsan

Loading ad...

RPG Sim Stat Variable Tutorial

Rating:
2.7
Pinalabas: June 12, 2009
Huling update: June 12, 2009
Developer: Chazsan

Mga tag para sa RPG Sim Stat Variable Tutorial

Deskripsyon

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

Mga Komento

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

(: