Archiverse Internet Archive
投稿のみ 投稿と返信
前のページ(最近)
1 2 3 4 5 6 7 8 9 10 11 12
次のページ(過去)
返信[6]
親投稿
Josh josh.h7
I don't what the "randof" thing means. What score did you get in the game? :)
1そうだね
プレイ済み
返信[2]
親投稿
Josh josh.h7
Here is a game I made, you move a ball by moving the 3ds(back and forth)to avoid getting hit by knifes, the code is ZEEEEENE
1そうだね
プレイ済み
返信[1]
親投稿
Josh josh.h7
Changes the sprites x,y SPOFS management number,X,Y(,Z) Scale the sprite SPSCALE Management number,size x,size y example ACLS SPSET 0,1 SPOFS 0,150,150 SPSCALE 0,2,2
0そうだね
プレイ済み
返信[1]
親投稿
Josh josh.h7
ACLS X=20:Y=20 @LOOP LOCATE X,Y:?"worked" VSYNC 1:CLS GOTO @LOOP
1そうだね
プレイ済み
プレイ日記
Josh josh.h7
The changed code for the rail tracks makes it easier to work on them :)
5そうだね
プレイ済み
返信[1]
親投稿
Josh josh.h7
Here :) ACLS turns off the keyboard XSCREEN 2 @LOOP makes it draw to the touch screen DISPLAY 1 prints the text on the touch screen LOCATE 10,10:?"WORKS" slows it down and clears the text VSYNC 1:CLS makes it draw to the top screen DISPLAY 0 GOTO @LOOP
0そうだね
プレイ済み
返信[6]
親投稿
Josh josh.h7
Try changing the Y position to something like y=150
1そうだね
プレイ済み
返信[2]
親投稿
Josh josh.h7
Can I see the code?
2そうだね
プレイ済み
返信[1]
親投稿
Josh josh.h7
Nice :)
1そうだね
プレイ済み
返信[1]
親投稿
Josh josh.h7
You can erase them using SPCLR Management number. Example ACLS SPSET 0,2 SPCLR 0
0そうだね
プレイ済み
返信[4]
親投稿
Josh josh.h7
Ok. It looks good so far:)
0そうだね
プレイ済み
返信[2]
親投稿
Josh josh.h7
Looks nice. Does the game let you place things in the map like flowers and trees?
0そうだね
プレイ済み
返信[3]
親投稿
Josh josh.h7
You don't need to use SPANIM to animate it :)
0そうだね
プレイ済み
返信[1]
親投稿
Josh josh.h7
For moving the sprite or changing the image?
1そうだね
プレイ済み
返信[2]
親投稿
Josh josh.h7
Part 2. sets the size BGSCREEN 0,64,64 BGSCREEN 1,64,64 BGSCREEN 2,64,64 BGSCREEN 3,64,64 puts it all on the screen BGLOAD 0,BG0 BGLOAD 1,BG1 BGLOAD 2,BG2 BGLOAD 3,BG3
1そうだね
プレイ済み
返信[1]
親投稿
Josh josh.h7
Part 1. Clears everything ACLS each background layer DIM BG0[16383] DIM BG1[16383] DIM BG2[16383] DIM BG3[16383] loads each layer LOAD "DAT:SC_MAP_L0",BG0,0 LOAD "DAT:SC_MAP_L1",BG1,0 LOAD "DAT:SC_MAP_L2",BG2,0 LOAD "DAT:SC_MAP_L3",BG3,0
1そうだね
プレイ済み
返信[2]
親投稿
Josh josh.h7
Graphics like GLINE and GBOX :)
1そうだね
プレイ済み
返信[13]
親投稿
Josh josh.h7
@Cob It doesn't need pre-release tests yet :)
1そうだね
プレイ済み
返信[10]
親投稿
Josh josh.h7
@Cob Its not done yet :)
1そうだね
プレイ済み
返信[9]
親投稿
Josh josh.h7
You can ride them. The ones that lets you turn just needs more work :)
0そうだね
プレイ済み