İlerlemeni kaydetmek ve puan kazanmak için giriş yap!
RPG Sim Stat Variable Tutorial

RPG Sim Stat Variable Tutorial

yapan Chazsan

Loading ad...

RPG Sim Stat Variable Tutorial

Puan:
2.7
Yayınlanma tarihi: June 12, 2009
Son güncelleme: June 12, 2009
Geliştirici: Chazsan

RPG Sim Stat Variable Tutorial için Etiketler

Açıklama

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

Yorumlar

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

(: