プレイ日記
Chickens32 Chickens32
Could somebody explain TOUCH OUT? I looked in the manual but it explains it weird. I want to make it so when I touch the screen (anywhere) it starts the game but I have no idea how. Could you also explain the variables STTM and TX and TY. What do they do? HELP!
1そうだね
プレイ済み
返信[1]
親投稿
Stewart segludian
Attached is a small excerpt from my spfunc_fairy program, showing the use of touch. The out part of the touch command lets it store output into the variables you pass in. STTM is the part you care about at the moment. If the screen was touched it has a time code, but if not it is zero. TX, and TY are where the screen was touched. So call touch out sttm, tx, ty then if sttm != 0 then start the game
0そうだね
プレイ済み
返信[2]
親投稿
Chickens32 Chickens32
YaY! I did it! Thank You!
0そうだね
プレイ済み