プレイ日記
ok i need help what do i start with i want to make a title screen and that so i can put it on the screen how
4そうだね
プレイ済み
返信[1]
親投稿
MSWS coolestkid123
How about this: GPUTCHR 20,20,"—————",2,3 GPUTCHR 20,40,"|TITLEHERE|",2,2 GPUTCHR 20,60,"—————",2,2
1そうだね
プレイ済み
返信[2]
親投稿
ok i used it now how do you load it onto the screen or did i do it right
0そうだね
プレイ済み
返信[3]
親投稿
MSWS coolestkid123
In DIRECT mode, type run and enter
1そうだね
プレイ済み
返信[4]
親投稿
ok i did it now i want it so when you :ress start it go's into the game
0そうだね
プレイ済み
返信[5]
親投稿
MSWS coolestkid123
Thats easy but you can't use start, do: @A B=BUTTON() GPUTCHR *,*,"*" IF B THEN GOTO @B GOTO @A @B ---------------
1そうだね
プレイ済み
返信[6]
親投稿
thanks
1そうだね
プレイ済み
返信[7]
親投稿
i did it now how do you save and now i want text like "its day time you need to wake up" (of course its after you press a button)
0そうだね
プレイ済み
返信[8]
親投稿
MSWS coolestkid123
To save a program, hold L and push save (at top of touchscreen) To show text, use the PRINT command. (I use ? as it's a lot quicker) To show text at a certain location, do LOCATE X,Y Eg: LOCATE 15,20 ?"Time to wake up!"
1そうだね
プレイ済み
返信[9]
親投稿
i did what you said but how do i like, start the game because i try to press b, a but nothing happens
0そうだね
プレイ済み
返信[10]
親投稿
MSWS coolestkid123
You have to type it in edit mode, then go to direct mode, type in run and enter.
1そうだね
プレイ済み
返信[11]
親投稿
i did but it eid an error
0そうだね
プレイ済み