Author Topic: My Sprites  (Read 8884 times)

0 Members and 1 Guest are viewing this topic.

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
My Sprites
« on: November 07, 2010, 03:21:25 pm »
Here I'll be posting all sprites I make, here are a few 8x8 sprites I made to start creating sprites for fun.

Okay, they're simple, I know, they suck, BUT THEY were made ON CALC, and they took me about 7hours to make (including the file with all of them).

Code:

Code: [Select]
.SPRTWRK
ClrHome
[0018183C5A182424]->PIC1
[007E7E7E50704040]->PIC2
[427E427E427E427E]->PIC3
[FEAAAAAAAAAAAAFE]->PIC4
[55AA55AA55AA55AA]->PIC5
[00E0E0FF3E3E2222]->PIC6
[181818FFFF181818]->PIC7
[8142241818244281]->PIC8
[FFFFFFD0F0C0C0C0]->PIC9
[00E724A5A524E700]->PIC0
Pt-Change(0,0,PIC1
Pt-Change(0,10,PIC2
Pt-Change(0,20,PIC6
Pt-Change(10,0,PIC3
Pt-Change(10,8,PIC3
Pt-Change(10,16,PIC3
Pt-Change(10,24,PIC3
Pt-Change(0,34,PIC4
Pt-Change(7,34,PIC4
Pt-Change(14,34,PIC4
Pt-Change(21,34,PIC4
Pt-Change(28,34,PIC4
Pt-Change(30,0,PIC5
Pt-Change(38,0,PIC5
Pt-Change(46,0,PIC5
Pt-Change(54,0,PIC5
Pt-Change(30,8,PIC5
Pt-Change(38,8,PIC5
Pt-Change(46,8,PIC5
Pt-Change(54,8,PIC5
Pt-Change(30,16,PIC5
Pt-Change(38,16,PIC5
Pt-Change(46,16,PIC5
Pt-Change(54,16,PIC5
Pt-Change(30,24,PIC5
Pt-Change(38,24,PIC5
Pt-Change(46,24,PIC5
Pt-Change(54,24,PIC5
Pt-Change(64,0,PIC7
Pt-Change(72,0,PIC7
Pt-Change(80,0,PIC7
Pt-Change(88,0,PIC7
Pt-Change(64,8,PIC7
Pt-Change(72,8,PIC7
Pt-Change(80,8,PIC7
Pt-Change(88,8,PIC7
Pt-Change(64,16,PIC7
Pt-Change(72,16,PIC7
Pt-Change(80,16,PIC7
Pt-Change(88,16,PIC7
Pt-Change(64,24,PIC7
Pt-Change(72,24,PIC7
Pt-Change(80,24,PIC7
Pt-Change(88,24,PIC7
Pt-Change(36,34,PIC8
Pt-Change(44,34,PIC8
Pt-Change(52,34,PIC8
Pt-Change(60,34,PIC8
Pt-Change(36,42,PIC8
Pt-Change(44,42,PIC8
Pt-Change(52,42,PIC8
Pt-Change(60,42,PIC8
Pt-Change(36,50,PIC8
Pt-Change(44,50,PIC8
Pt-Change(52,50,PIC8
Pt-Change(60,50,PIC8
Pt-Change(75,50,PIC9
Pt-Change(0,50,PIC0
Pt-Change(8,50,PIC0
Pt-Change(16,50,PIC0
Pt-Change(24,50,PIC0

DispGraph
Pause 9999
Pause 9999
Pause 9999
Pause 9999


ASHBAD_ALVIN

  • Guest
Re: My Sprites
« Reply #1 on: November 07, 2010, 03:26:46 pm »
Looks cool!  Are you going to make something with them?

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: My Sprites
« Reply #2 on: November 07, 2010, 03:31:09 pm »
They are free to use by anyone, maybe use them in future games.

Use them at will, but make sure I'm in the credits ;)

Offline MRide

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 711
  • Rating: +14/-0
  • You can't see this.
    • View Profile
Re: My Sprites
« Reply #3 on: November 07, 2010, 03:33:52 pm »
I'm pretty sure you could use a for loop to display them, and putting all those pauses isn't a good idea either.  Better just wait for the user to press a key.
But, they look good.

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: My Sprites
« Reply #4 on: November 07, 2010, 04:18:00 pm »
Ya, you could most likely use a single pointer to store all those, use a variable to tell Axe which one to use, then use, for the big squares, two For( loops to display them and a single one for when they get displayed in a single row.

Looks cool though.
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

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
Re: My Sprites
« Reply #5 on: November 07, 2010, 04:50:49 pm »
Nice, I also like how they were all made on-calc. :D Thanks for posting the HEX, btw. :)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Aichi

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 290
  • Rating: +76/-3
    • View Profile
    • Devrays
Re: My Sprites
« Reply #6 on: November 07, 2010, 04:58:22 pm »
Nice work. I pretty like the dog sprite (I hope it should be a dog :))
Btw, you worked 7 hours on it, really? o.o'
Also: The Pause argument is a word, it can hold any number <65536.
So 'Pause 39996' would be also possible. ^^

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: My Sprites
« Reply #7 on: November 08, 2010, 09:17:17 am »
Nice work. I pretty like the dog sprite (I hope it should be a dog :))
Btw, you worked 7 hours on it, really? o.o'
Also: The Pause argument is a word, it can hold any number <65536.
So 'Pause 39996' would be also possible. ^^

Any number? Sometimes it gives me bad Number error.

I took about 7 hours because they were made on calculator, using a sprite maker someone made in Omnimaga his name is, yes I can remember, it is *amnesia*.

sorry, if I remember his name I'll say.

I will put a loop and a key like Clear to leave loop
Nice, I also like how they were all made on-calc. :D Thanks for posting the HEX, btw. :)

The Hex for everyone to be given :)



BTW, yeah that is a dog, cool. Maybe I'll make more animals later :)

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
Re: My Sprites
« Reply #8 on: November 08, 2010, 01:25:15 pm »
Nice work. I pretty like the dog sprite (I hope it should be a dog :))
Btw, you worked 7 hours on it, really? o.o'
Also: The Pause argument is a word, it can hold any number <65536.
So 'Pause 39996' would be also possible. ^^

Any number? Sometimes it gives me bad Number error.
It can only hold numbers from 0 to 65535. Also keep in mind Pause 0 is as long as Pause 65535, for some reasons, so if you do Pause 0 and your calc seems to have frozen, it didn't freeze, it's just an incredibly long pause.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: My Sprites
« Reply #9 on: November 08, 2010, 05:08:32 pm »
Nice work. I pretty like the dog sprite (I hope it should be a dog :))
Btw, you worked 7 hours on it, really? o.o'
Also: The Pause argument is a word, it can hold any number <65536.
So 'Pause 39996' would be also possible. ^^

Any number? Sometimes it gives me bad Number error.
It can only hold numbers from 0 to 65535. Also keep in mind Pause 0 is as long as Pause 65535, for some reasons, so if you do Pause 0 and your calc seems to have frozen, it didn't freeze, it's just an incredibly long pause.

THanks! I'd better not try it though :S

ASHBAD_ALVIN

  • Guest
Re: My Sprites
« Reply #10 on: November 08, 2010, 05:13:12 pm »
yeah I did pause 0 once, it was taking many dozens of seconds, so I ripped the batteries out :P

now I realize that if I waited a bit longer, it would have been fine :(
« Last Edit: November 08, 2010, 05:13:35 pm by ASHBAD_ALVIN »

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: My Sprites
« Reply #11 on: November 08, 2010, 05:14:52 pm »
yeah I did pause 0 once, it was taking many dozens of seconds, so I ripped the batteries out :P

now I realize that if I waited a bit longer, it would have been fine :(

RAM DELETED?

ASHBAD_ALVIN

  • Guest
Re: My Sprites
« Reply #12 on: November 08, 2010, 05:16:45 pm »
yeah, I actually reset/crash my calc about 10 times a day.  I don't even use the clock feature, except to time the average time it takes me to clear RAM :P

I guess that's what you get when you try new ideas with axe/mimas :D

because of that, I archive everything.  I have 54K/480K left of flash :(

Offline Darl181

  • «Yo buddy, you still alive?»
  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3408
  • Rating: +305/-13
  • VGhlIEdhbWU=
    • View Profile
    • darl181.webuda.com
Re: My Sprites
« Reply #13 on: November 08, 2010, 06:49:12 pm »
Wow, those look great.

I wonder if there's something somewhere that says something along the lines of
Code: [Select]
2 DAYS
without a RAM clear
That would look interesting in a sig ;D
Vy'o'us pleorsdti thl'e gjaemue

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
Re: My Sprites
« Reply #14 on: November 09, 2010, 02:35:51 am »
yeah I did pause 0 once, it was taking many dozens of seconds, so I ripped the batteries out :P

now I realize that if I waited a bit longer, it would have been fine :(
Yeah the first time I did it, I thought Pause 0 crashed my calc. Finally I was wrong. I had backed up not long before, though, plus I was experimenting, anyway.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)