Hello.
I'm wondering if I can add pre-compiler macro directives like in C.
I want to add
#IF (DEBUG==TRUE) #THEN
for (i in filenameArray) {
trace("File " + i + " is " + filenameArray );
}
#ENDIF
but if I just add the if(debug==true) in AS, then my movie performance will be affected.
Any suggestions...?
rgds,
Nick
I'm wondering if I can add pre-compiler macro directives like in C.
I want to add
#IF (DEBUG==TRUE) #THEN
for (i in filenameArray) {
trace("File " + i + " is " + filenameArray );
}
#ENDIF
but if I just add the if(debug==true) in AS, then my movie performance will be affected.
Any suggestions...?
rgds,
Nick