Archiverse Internet Archive
投稿のみ 投稿と返信
前のページ(最近)
14 5 6 7 8 9 10 11 12 13 14 15 16
次のページ(過去)
返信[3]
親投稿
MSWS coolestkid123
@mystman12 Oh yeah, sorry. I got those 2 mixed up somehow. :-0
1そうだね
プレイ済み
返信[1]
親投稿
MSWS coolestkid123
After you define the sprite, do SPCOL *,1 The one stands for if it should include scale. As far as I know, you can put this anywhere as long as its after SPSET
1そうだね
プレイ済み
返信[3]
親投稿
MSWS coolestkid123
I meant like a drawing program, I know how to save bg and sprite sheets @DerpTias Sure
0そうだね
プレイ済み
返信[8]
親投稿
MSWS coolestkid123
IF TIME>8&&TIME<12 THEN "good morning IF TIME>=12&&TIME<18 THEN "afternoon" IF TIME>=18&&TIME<=0 THEN "evening" IF TIME>0&&TIME<6 THEN "dont stay up" IF TIME>5&&TIME<=8 THEN "i never seen"
1そうだね
プレイ済み
返信[6]
親投稿
MSWS coolestkid123
So... It's working?
0そうだね
プレイ済み
返信[4]
親投稿
MSWS coolestkid123
So just say: IF HOUR>5 && HOUR<8 THEN
0そうだね
プレイ済み
返信[3]
親投稿
MSWS coolestkid123
My hors were off, just add 12 to each hour
0そうだね
プレイ済み
返信[10]
親投稿
MSWS coolestkid123
You have to type it in edit mode, then go to direct mode, type in run and enter.
1そうだね
プレイ済み
返信[1]
親投稿
MSWS coolestkid123
Remember that the TIME$ is in 24 hou format. Try doing If HOUR>17 && HOUR<21 THEN
0そうだね
プレイ済み
返信[18]
親投稿
MSWS coolestkid123
@mystman12 Thanks ALOT for saying why people do IF B AND * I didn't know why they didn't just do IF B==#* but now I know!
2そうだね
プレイ済み
プレイ日記
MSWS coolestkid123
How would you save stuff like a drawing?
1そうだね
プレイ済み
返信[1]
親投稿
MSWS coolestkid123
Try this Eg: @A B=BUTTON() IF B==#X THEN INC X GOTO @A -------------- The @A's are optional
0そうだね
プレイ済み
返信[17]
親投稿
MSWS coolestkid123
Heres another AMAZING program I made! (Math people will LOVE it)
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そうだね
プレイ済み
返信[1]
親投稿
MSWS coolestkid123
Its a 2 step process. SPDEF 0,0,0 loads a 16x16 pixel area sprite with definition #0. SPOFS 0,200,120 Moves the sprite that has definition #0 to coord: 200,120 Hope this helped!
0そうだね
プレイ済み
プレイ日記
MSWS coolestkid123
Made an awesome program that tells you the divisibillity of any number! Please check it out!
2そうだね
プレイ済み
返信[16]
親投稿
MSWS coolestkid123
Yeah, all I did was: SPD=4 SPSET 0,0 @A STICK OUT SX,SY SPOFS 0,X,Y INC X,SX*SPD DEC Y,SY*SPD GOTO @A
1そうだね
プレイ済み
返信[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そうだね
プレイ済み
返信[5]
親投稿
MSWS coolestkid123
@JOEY I think that's a good idea!
3そうだね
プレイ済み
プレイ日記
MSWS coolestkid123
Finished a fun little minigame!
3そうだね
プレイ済み