Author Topic: Racetrack Sprite  (Read 4099 times)

0 Members and 1 Guest are viewing this topic.

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Racetrack Sprite
« on: November 29, 2010, 05:28:41 pm »
i was messing around with the program below, and out popped this picture. it looked kinda cool, so i thought i'd post it here. best part? the tracks are 8 pixels tall (:

Code: [Select]
ClrDraw
[FFFFFFFFFFFFFFFF]->Pic1
0->D->F
Repeat getKey(15)
If F:D+1->D
Else:D-1->D:End
If D=0 or (D=-88)
F xor 1->F:End
C+4->C
Pt-Change(88+D,sin(C)//6+30,Pic1
DispGraph
End

edit: will upload a PNG of it soon
« Last Edit: November 29, 2010, 05:33:32 pm by nemo »


Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Racetrack Sprite
« Reply #1 on: November 29, 2010, 05:30:10 pm »
i was messing around with the program below, and out popped this picture. it looked kinda cool, so i thought i'd post it here. best part? the tracks are 8 pixels tall (:

Code: [Select]
ClrDraw
[FFFFFFFFFFFFFFFF]->Pic1
0->D->F
Repeat getKey(15)
If F:D+1->D
Else:D-1->D:End
If D=0 or (D=-88)
F xor 1->F:End
C+4->C
Pt-Change(88+D,sin(C)//6+30,Pic1
DispGraph
End

The .8Xi worked on Ti-connect and it looks quite cool, can you make a loop and make it go right infinetely?

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: Racetrack Sprite
« Reply #2 on: November 29, 2010, 05:31:00 pm »
it'd take a little work, but yes you could


Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Racetrack Sprite
« Reply #3 on: November 29, 2010, 05:32:34 pm »
it'd take a little work, but yes you could

I once made a game maker file, not really a game, that was a racetrack going right when you pressed the right key, and it went faster, the longer the keypress was. it had a limit of speed, though.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Racetrack Sprite
« Reply #4 on: November 30, 2010, 01:01:59 am »
Nice, so you made a program but it unintentionally created the picture above? I like when that happens. ;D

Offline FinaleTI

  • Believe in the pony that believes in you!
  • CoT Emeritus
  • LV10 31337 u53r (Next: 2000)
  • *
  • Posts: 1830
  • Rating: +121/-2
  • Believe in the pony that believes in you!
    • View Profile
    • dmuckerman.tumblr.com
Re: Racetrack Sprite
« Reply #5 on: November 30, 2010, 03:09:01 pm »
Nice. ;)
When I pick up Blur again, I may use this.


Spoiler For Projects:

My projects haven't been worked on in a while, so they're all on hiatus for the time being. I do hope to eventually return to them in some form or another...

Spoiler For Pokemon TI:
Axe port of Pokemon Red/Blue to the 83+/84+ family. On hold.

Spoiler For Nostalgia:
My big personal project, an original RPG about dimensional travel and a few heroes tasked with saving the world.
Coding-wise, on hold, but I am re-working the story.

Spoiler For Finale's Super Insane Tunnel Pack of Doom:
I will be combining Blur and Collision Course into a single gamepack. On hold.

Spoiler For Nostalgia Origins: Sky's Story:
Prequel to Nostalgia. On hold, especially while the story is re-worked.