プレイ日記
Bonzargoes cactusfriend
Here's the botton screen currently. I'll be putting this text log inside of a box soon to make room for other information/menus.
2そうだね
プレイ済み
返信[1]
親投稿
Bonzargoes cactusfriend
whoops, i meant 'bottom'
0そうだね
プレイ済み
返信[2]
親投稿
ghostbust canedmeat
ive got a question can you make games in 3d like firstperson view games
0そうだね
未プレイ
返信[3]
親投稿
Bonzargoes cactusfriend
Yep. I dunno if anyone has made anything like a FPS, though. If you scroll back far enough on this miiverse you'll see a few 3d first person view dungeon/maze games.
0そうだね
プレイ済み
返信[4]
親投稿
ghostbust canedmeat
how bout horror games
0そうだね
未プレイ
返信[5]
親投稿
Bonzargoes cactusfriend
yeah! here's the code for 'five nights at petit's 2' by itd12d: 7ADXH3K4
0そうだね
プレイ済み
返信[6]
親投稿
The Chick PRINCESS-KRJ
How do i use the tuch screen? i want to use it for my game calld (friend world!) if you know please tell me in the shortest coding! ;)
0そうだね
未プレイ
返信[7]
親投稿
Bonzargoes cactusfriend
Sure! To use the touch screen, you have to do two things: First, you have to choose a display mode that uses touch screen so near the top of your program, put XSCREEN 2 (2 is a mode that allow you to use both screens, with 3d graphics if you want on the top one). Then, in the part of your program where you want to put stuff on the touch screen, put DISPLAY 1.To go back to the top screen, DISPLAY 0
0そうだね
プレイ済み
返信[8]
親投稿
The Chick PRINCESS-KRJ
Thank you! but how do i use the tuch screen as like a button? like useing the tuch screen for activating sumthing by taping it?
0そうだね
未プレイ
返信[9]
親投稿
Bonzargoes cactusfriend
I haven't done it yet but the manual says you do 'TOUCH OUT TM,TX,TY' where TM is the time it was touched, and TX and TY are the coordinated where touched. Good luck!
1そうだね
プレイ済み
返信[10]
親投稿
The Chick PRINCESS-KRJ
Stay online and check miiverse often please! and thank you so much!! if it works i'll let you know!
2そうだね
未プレイ
返信[11]
親投稿
The Chick PRINCESS-KRJ
im not shure how to use the code right.....this is what i did (1st line) touch out tm,tx,ty (didint say error) (2nd line) tm 12 (dosint woke) (3rd line) tx 15 (dosint work) (4th line) ty 15 (dosint work)
1そうだね
未プレイ
返信[12]
親投稿
ghostbust canedmeat
so i dont have this yet but i dont know how to code
0そうだね
未プレイ
返信[13]
親投稿
Bonzargoes cactusfriend
I think what you need to do is read the TX and TY variables. For instance, try doing something afterwards like 'PRINT "You touched at", TX, TY' to see if it puts numbers after 'You touched at'. You'll have to put this into a loop for it to update if you touch somewhere else on the touch screen.
1そうだね
プレイ済み
返信[14]
親投稿
ghostbust canedmeat
ok because i want to make a game that scares people to death
0そうだね
未プレイ