Archiverse Internet Archive
投稿のみ 投稿と返信
前のページ(最近)
119 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
次のページ(過去)
プレイ日記
Hi guys! I'm finally back. I was so busy with vacation, band camp, and summer homework that I didn't have time to post. Anyway, I've been slowly working on a fiew games including- • Pixel Adventure (demo 1) • Pixel Adventure (demo 2) • 3D Air Hockey • 3D Quad Copter • Basic Command and a fiew others. You can expect them to be realeased once I'm done with Basic Command.
2そうだね
プレイ済み
プレイ日記
Circle physics!
6そうだね
プレイ済み
返信[11]
親投稿
Sorry, but I have seven games planned and I only have one month until I run out of time. I might get to it, but not for certain. Great ideas though.
0そうだね
プレイ済み
返信[9]
親投稿
2 comments up I ment SPOFS not SPSET. sorry. Also, I will help you.
1そうだね
プレイ済み
返信[7]
親投稿
Oops... I forgot to put SPSET 0,X,Y after Y=Y+.2
1そうだね
プレイ済み
返信[3]
親投稿
You used the wrong symbol on the repeat command. Use ">" not ")". Also, you can use the NEW command in direct mode to reset the code.
1そうだね
プレイ済み
返信[3]
親投稿
Your welcome!
0そうだね
プレイ済み
返信[1]
親投稿
Try something like: ACLS GPAGE 0,4 GFILL 0,0,15,15,0 GBOX 0,0,7,7,&HFFFF8000 GPAGE 0,0 SPSET 0,0,0,8,8 REPEAT X=X+1 Y=Y+.2 VSYNC 1 UNTIL X>391
1そうだね
プレイ済み
返信[1]
親投稿
Type this in.
0そうだね
プレイ済み
返信[19]
親投稿
Insert this into the "SPSET" area: REPEAT EX[I-1]=RND(400) EY[I-1]=RND(240) D=SQR(POW(EX[I-1]-PX,2)+POW(EY[I-1]-PY,2)) UNTIL D>100 Insert this somewhere in the loop: FOR I=0 TO 9 A=DEG(ATAN(EX[I]-{player X},EY[I]-{player Y}))+180 INC EX[I],SIN(RAD(A)) INC EY[I],COS(RAD(A)) SPOFS I+1,EX[I],EY[I] NEXT
1そうだね
プレイ済み
返信[16]
親投稿
Did that help?
1そうだね
プレイ済み
プレイ日記
Who needs a real-life quad copter when you have a virtual one?
9そうだね
プレイ済み
返信[14]
親投稿
You put the command ACLS after the code.
1そうだね
プレイ済み
返信[10]
親投稿
You need to insert the code before the loop.
1そうだね
プレイ済み
返信[2]
親投稿
Also, what should I do with this?
1そうだね
プレイ済み
返信[4]
親投稿
EM=10 DIM EX[EM],EY[EM] FOR I=1 TO EM SPSET I,[sprite character] SPOFS I,I*32,32 NEXT
1そうだね
プレイ済み
返信[1]
親投稿
SPOFS [sprite number], [X coordinate], [Y coordinate] ex: SPOFS 0,200,120
0そうだね
プレイ済み
プレイ日記
I need Ideas for my next 3D game.
5そうだね
プレイ済み
返信[1]
親投稿
You should use the gtri command instead of gline and gfill.
0そうだね
プレイ済み
返信[1]
親投稿
You should start out with a simple game of pong. It's a great way to start. Ask me any questions.
2そうだね
プレイ済み