0 0CrimsonScythe0 Member Licensed User Longtime User Dec 22, 2014 #1 I am getting this error during compilation. I have declared gameview as a global variable and initialized it with the event name of "gv" I am getting the error on the following line: B4X: Sub gv_Touch (Action As Int, X As Float, Y As Float) End Sub What does it mean?
I am getting this error during compilation. I have declared gameview as a global variable and initialized it with the event name of "gv" I am getting the error on the following line: B4X: Sub gv_Touch (Action As Int, X As Float, Y As Float) End Sub What does it mean?
ac9ts Active Member Licensed User Longtime User Dec 22, 2014 #2 I believe it means that you have a global variable named "Action", "X", or "Y". Upvote 0
0 0CrimsonScythe0 Member Licensed User Longtime User Dec 22, 2014 #3 ac9ts said: I believe it means that you have a global variable named "Action", "X", or "Y". Click to expand... Yes I had used both x and y, thanks a million for the quick reply! Problem solved Upvote 0
ac9ts said: I believe it means that you have a global variable named "Action", "X", or "Y". Click to expand... Yes I had used both x and y, thanks a million for the quick reply! Problem solved