プレイ日記
Chickens32 Chickens32
Why won't this work? It acts as if I'm touching the screen and keeps repeating. What am I doing wrong?
3そうだね
プレイ済み
返信[1]
親投稿
Your not finishing you IF THEN statement.
0そうだね
プレイ済み
返信[2]
親投稿
Chickens32 Chickens32
I'm using IF THEN ENDIF statements. My ENDIFs are below.
0そうだね
プレイ済み
返信[3]
親投稿
The "STTM" variable is equal to zero, until you touch the screen. then it increases by 60 units per second until you stop touching the screen. So, instead of using "IF STTM!=1 THEN", you should use "IF STTM>0 THEN". This should fix the problem.
0そうだね
プレイ済み
返信[4]
親投稿
Chickens32 Chickens32
O.K. I did that. How do I make it so that when they touch a specific location it performs action?
0そうだね
プレイ済み
返信[5]
親投稿
Use the same technique for the TX and TY variables. Ex: IF TX<10 AND TY<10 THEN ?1
0そうだね
プレイ済み