Author Topic: Some of my sprites.  (Read 4058 times)

0 Members and 1 Guest are viewing this topic.

something1990

  • Guest
Some of my sprites.
« 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

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Some of my sprites.
« Reply #1 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:

Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

something1990

  • Guest
Some of my sprites.
« Reply #2 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.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Some of my sprites.
« Reply #3 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
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

something1990

  • Guest
Some of my sprites.
« Reply #4 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.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Some of my sprites.
« Reply #5 on: June 14, 2006, 02:41:00 am »
wait I'll show a screenshot

edit; here is it http://omnimaga.earthforge.com/upload.gif
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Spellshaper

  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1690
  • Rating: +0/-0
  • This is me. Or maybe not.
    • View Profile
Some of my sprites.
« Reply #6 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...

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Some of my sprites.
« Reply #7 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)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

something1990

  • Guest
Some of my sprites.
« Reply #8 on: June 15, 2006, 02:56:00 am »
Ok cool. Here are the files.

something1990

  • Guest
Some of my sprites.
« Reply #9 on: June 15, 2006, 03:00:00 am »
Double post to post other download.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Some of my sprites.
« Reply #10 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
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

something1990

  • Guest
Some of my sprites.
« Reply #11 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.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Some of my sprites.
« Reply #12 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?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

something1990

  • Guest
Some of my sprites.
« Reply #13 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.