Try my app ClockZ & CalendarZ v.3.4
Public Key: WSEEW334
8そうだね プレイ済み
IF Z$=="+" THEN
Add $ to Z variable to make it a string.
2そうだね プレイ済み
Lost Woods of Koholint Island
For profile pic use only
16そうだね プレイ済み
Good luck to your work and have fun programming. :D
0そうだね プレイ済み
XSCREEN 2
CLS:GCLS:
S$="HELLO WORLD"
COLR=0
@MAIN
TOUCH OUT TM,TX,TY
IF TM==1 THEN COLR=COLR+1:COLR=COLR
IF COLR==0 THEN GPUTCHR 0,119,S$,RGB(255,255,255)
IF COLR==1 THEN GPUTCHR 0,119,S$,RGB(255,0,0)
IF COLR==2 THEN GPUTCHR 0,119,S$,RGB(0,255,0)
IF COLR==3 THEN GPUTCHR 0,119,S$,RGB(0,0,255)
IF COLR==4 THEN GPUTCHR 0,119,S$,RGB(255,255,0)
IF COLR>4 THEN COLR=0
VSYNC 1
GOTO @MAIN
0そうだね プレイ済み
This will be the last help I can give you.
I advise you to experiment and explore the codes one-by-one and syntax to get used to it and to know what they do.
I've got to know those thing as well.
0そうだね プレイ済み
Change the value of RGB from 0-255 of GPUTCHR.
Try to test, experiment and explore each code and syntax.
0そうだね プレイ済み
Upload your work first, then select the file you uploaded in the server that you want to publish.
2そうだね プレイ済み
Try this code:
XSCREEN 2
DISP=0
S$="Push the A Button or Touch the screen"
@MAIN
TOUCH OUT TM,TX,TY
BTN=BUTTON(2)
IF BTN==#A OR TM==1 THEN
WAIT 10:GCLS:DISP=!DISP
ENDIF
DISPLAY DISP
GPUTCHR 0,119,S$
GOTO @MAIN
1そうだね プレイ済み
GFILL start of X-coordinate, then Y-coordinate, end of X-coordinate, then Y-coordinate, color
sample
GFILL 100,100,200,150,RGB(255,192,0)
0そうだね プレイ済み
Try my program ClockZ
Public key: KKNXDKQE
Maybe there's a code that might help you.
0そうだね プレイ済み
I feel bad about snake os, they didn't include the sprite of my program. orz
0そうだね プレイ済み
Update of my ClockZ v.3.3
Key: KKNXDKQE
0そうだね プレイ済み
An update of my ClockZ v.3.3
now with calendar.
0そうだね プレイ済み
Anyway check my updated version of ClockZ. Check my post.
0そうだね プレイ済み
Just as I thought, the sprites are not included with aaron's update of his snake os.
Thanks for showing me the screenshot.
0そうだね プレイ済み
Is the clock app working properly with sprites?
0そうだね プレイ済み