Omnimaga

General Discussion => Art => Topic started by: something1990 on June 13, 2006, 05:31:00 am

Title: Some of my sprites.
Post by: something1990 on June 13, 2006, 05:31:00 am
I'm making some games that use sprites and I thought I would show you all a little demo of what I've done so far. Note that the sprites are in pure BASIC, but could be adapted for use with xlib easily. Here are some screenshots:
Mario Minigames
user posted image
Battleship
user posted image
And some links:
http://forum.ticalcs.net/attachment.php?aid=86
http://forum.ticalcs.net/attachment.php?aid=83
Title: Some of my sprites.
Post by: DJ Omnimaga on June 13, 2006, 05:47:00 am
wow cool stuff, I am curious, did you used elfprince13 sprite technique for pure sprites? I must try them

EDIT: nice to see you back btw, but I tried checking the two links and I got this message:

QUOTE
You do not have permission to access this page. This could be because of one of the following reasons:

Title: Some of my sprites.
Post by: something1990 on June 13, 2006, 07:35:00 am
I never got that problem from anyone before. Then again, every at BPC is at TICALCS2... I'll see if I can find somewhere else to host the files. They are made using statistical sprites.
Title: Some of my sprites.
Post by: DJ Omnimaga on June 13, 2006, 08:36:00 am
You can upload them with your posts on this forum. Under the post form there is a field for uploading files. If you need to upload more than one double post to upload another file ;)wink.gif
Title: Some of my sprites.
Post by: something1990 on June 14, 2006, 02:39:00 am
I don't see the field for uploading files.  :(sad.gif I'll probably have the files ready some time today.
Title: Some of my sprites.
Post by: DJ Omnimaga on June 14, 2006, 02:41:00 am
wait I'll show a screenshot

edit; here is it http://omnimaga.earthforge.com/upload.gif
Title: Some of my sprites.
Post by: Spellshaper on June 14, 2006, 04:33:00 am
... I can't upload a thing either ^^
My guess is that only managers and admins can upload...
Title: Some of my sprites.
Post by: DJ Omnimaga on June 14, 2006, 04:54:00 am
interesting I'm sure the forums are set to allow members too let me check

EDIT: ok I found the problem: upload was enabled in all project forums, but members/staff were disallowed to upload at all, so now I've enabled it in usergroups too, members can upload 256 KB files and elite members 512. Staff has no limit (altough the max limit is 16 MB)
Title: Some of my sprites.
Post by: something1990 on June 15, 2006, 02:56:00 am
Ok cool. Here are the files.
Title: Some of my sprites.
Post by: something1990 on June 15, 2006, 03:00:00 am
Double post to post other download.
Title: Some of my sprites.
Post by: DJ Omnimaga on June 15, 2006, 03:07:00 am
lol you got the mario running quite fast for pure BASIC, good job. Any way to make the pic flicker a bit less? I mean put the clrdraw command as close as possible from the recall pic? Other than that good job I would be amazed if someone made some kind of asm looking like platformer without using any single asm lib

as for the battle ship I coulodnt play because it didnt setted the axis/window dim at startup :(sad.gif
Title: Some of my sprites.
Post by: something1990 on June 15, 2006, 05:37:00 am
I thought the battleship program set the window itself... Also, Mario doesn't use ClrDraw. See the way Stat Sprites work, whenever I use any draw command the screen updates the stat plot. All I have to do is modify the list and use a draw command, like Pxl-on( or RecallPic and the stat plot updates. That's the reason for the flicker.
Title: Some of my sprites.
Post by: DJ Omnimaga on June 15, 2006, 06:04:00 am
ooooH i see what you mean. As for the battle ship it looked badly stretched on my calc, does it work on OS 1.14/1.18?
Title: Some of my sprites.
Post by: something1990 on June 15, 2006, 07:01:00 am
I only have an 84+ so that's the only calc I can test it on. Someone else with OS 1.14/1.18 see if Battleship works on your calc. If it doesn't, then I have to find out why not.

Edit: I was inspired today and thought of a way for the program to recognize when Mario is on the block! You can now jump on the block and stay there. If you get off the block, you go back down to the ground. The file is attached.