About Store Forum Documentation Contact



Post Reply 
static flts
Author Message
Psylixiri Offline
Member

Post: #1
static flts
i've been trying to modify a floats using a button func but i cant call the floats of the class member within the button func member
do anyone know how to do that?
because if i do try to call it.. they are asking me to put the member static i dont want so
do i need to call extern floats or somting?
11-22-2011 09:35 PM
Find all posts by this user Quote this message in a reply
Psylixiri Offline
Member

Post: #2
RE: static flts
i can still do automatic level up.. lol..
11-22-2011 10:38 PM
Find all posts by this user Quote this message in a reply
TBJokers Offline
Member

Post: #3
RE: static flts
Void ButtonFunction(Ptr){
Flt Experience++;
or
Flt Level++;
Or
Int Level++;
or
Int Experience++;
}

Man, it's always that semicolon...
(This post was last modified: 11-26-2011 02:02 PM by TBJokers.)
11-26-2011 02:00 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply