Archiverse Internet Archive
投稿のみ 投稿と返信
前のページ(最近)
1 2 3 4 5 6 7 8 9 10
次のページ(過去)
プレイ日記
Levi LeviJS
hmm...
1そうだね
プレイ済み
返信[2]
親投稿
Levi LeviJS
its just me messing with the raycaster
0そうだね
プレイ済み
プレイ日記
Levi LeviJS
let me in
4そうだね
プレイ済み
プレイ日記
Levi LeviJS
wip
1そうだね
プレイ済み
プレイ日記
ネタバレ
Levi LeviJS
heck
0そうだね
プレイ済み
プレイ日記
Levi LeviJS
lol
6そうだね
プレイ済み
プレイ日記
Levi LeviJS
oh and your abilities aren't as cool as the bosses
2そうだね
プレイ済み
プレイ日記
Levi LeviJS
this will be a challenge when complete...
2そうだね
プレイ済み
プレイ日記
Levi LeviJS
He attac but he dont protec
1そうだね
プレイ済み
プレイ日記
Levi LeviJS
Each animate and move at different speeds while one chases the other. DEFs are awesome. I might make a boss fight simulator with this...
2そうだね
プレイ済み
返信[6]
親投稿
Levi LeviJS
Understandable. It took me a long time to understand. I'm working on a manual/program to put on smilebasic and I'll add a section on animating sprites.
1そうだね
プレイ済み
返信[4]
親投稿
Levi LeviJS
Other spanim commands are similar, but you will need to check for proper way to structure each. Also: the frame waits in spanim don't actually slow down other processes in your program
0そうだね
プレイ済み
返信[3]
親投稿
Levi LeviJS
I use spanim .,"i" quite a bit. So the "I" changes the used sprite over a number of frames. in the screenshot, when you press up, i have the sprite 508, wait 4 frames, sprite 509, wait 4 frames, etc. all the way to the 0. The last number is how many times you want the animation to play. If set to 1, it will only play 508-511 once and so on. 0 makes the animation play indefinitely.
0そうだね
プレイ済み
返信[2]
親投稿
Levi LeviJS
Do this (screenshot). Shown is only moving up, but the other directions will be similar. For other sprite directions, replace the 508,509,510, and 511with the correct sprite number and either inc/dec x or y depending on the direction of movement.
0そうだね
プレイ済み
返信[5]
親投稿
Levi LeviJS
I'm using the draw as you go affect from the original, but made maps larger, added different "textures" and colors (like the one seen here) based on events of the game
0そうだね
プレイ済み
返信[3]
親投稿
Levi LeviJS
I actually just stripped down the RPG example game from the system folder to just the minimap stuff and modified it some so I can use it in my project and make it seem original
1そうだね
プレイ済み
プレイ日記
Levi LeviJS
minimap fun
3そうだね
プレイ済み
返信[6]
親投稿
Levi LeviJS
with the code I posted you could do something like FOR I=0 TO LEN(X)-1 SPSET I,1+I:SPOFS I,X[I],180 NEXT to place multiple sprites, etc. There's plenty you can do with DIM
1そうだね
プレイ済み
返信[5]
親投稿
Levi LeviJS
Let me know if this helps
0そうだね
プレイ済み
プレイ日記
Levi LeviJS
contest entry is complete... will publish tomorrow night.
1そうだね
プレイ済み