Author Topic: Your Projects - Post and Critique  (Read 102374 times)

0 Members and 1 Guest are viewing this topic.

Offline imPersonator

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 17
  • Rating: +0/-0
    • View Profile
Re: Your Projects - Post and Critique
« Reply #480 on: July 29, 2010, 03:30:44 pm »
Here's a simple picture editor I made.  Pictures are stored in Str1, Str2, and Str3.

Offline Runer112

  • Project Author
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2289
  • Rating: +639/-31
    • View Profile
Re: Your Projects - Post and Critique
« Reply #481 on: July 29, 2010, 04:55:43 pm »
Just wondering... why store pictures in strings and not pictutres?

Offline imPersonator

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 17
  • Rating: +0/-0
    • View Profile
Re: Your Projects - Post and Critique
« Reply #482 on: July 29, 2010, 05:20:59 pm »
The pictures are stored in the external variables so that you can do Rcl Str1 or whatever.

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: Your Projects - Post and Critique
« Reply #483 on: July 29, 2010, 08:25:06 pm »
I assume this is meant for pics used in Axe programs, right? Are they in hex format? I am not too sure about the use of this program. Could you provide an example?

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: Your Projects - Post and Critique
« Reply #484 on: July 29, 2010, 10:21:33 pm »
it's an 8x8 sprite editor. you can save and load up to 3 monochrome sprites, it seems.


Offline imPersonator

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 17
  • Rating: +0/-0
    • View Profile
Re: Your Projects - Post and Critique
« Reply #485 on: July 30, 2010, 12:22:57 pm »
It is similar to the HEXPIC program that is in the Axe zip file.

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: Your Projects - Post and Critique
« Reply #486 on: July 30, 2010, 03:34:43 pm »
Aaaah cool :D

Offline guy6020665

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 481
  • Rating: +7/-1
    • View Profile
Re: Your Projects - Post and Critique
« Reply #487 on: September 01, 2010, 09:23:19 pm »
Got bored so i made something similar to astbelt. The box in the corner tells you if you have use of your ability. if theres a X then you don'i if there is a check then you do have use. You can also press mode to invert the screen without a significant speed decrease.

I would like a sprite to replace the spike to make it seem more "in space"

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: Your Projects - Post and Critique
« Reply #488 on: September 01, 2010, 10:30:17 pm »
Do you mean like the old arcade game Asteroids or more like side scrolling? I'll probably give this a try tomorrow

Offline guy6020665

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 481
  • Rating: +7/-1
    • View Profile
Re: Your Projects - Post and Critique
« Reply #489 on: September 01, 2010, 10:41:36 pm »
Do you mean like the old arcade game Asteroids or more like side scrolling? I'll probably give this a try tomorrow

No i mean like the program attached to this post

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: Your Projects - Post and Critique
« Reply #490 on: September 02, 2010, 01:19:52 am »
Aaah ok I never tried that one, I'll give it a try too I guess. I wonder if that guy posted on old forums back in the days...

Offline ikemike

  • LV3 Member (Next: 100)
  • ***
  • Posts: 67
  • Rating: +4/-0
  • Hmm.
    • View Profile
Optimization help!
« Reply #491 on: September 27, 2010, 06:44:22 pm »
Can somebody help me optimize this? I'm not familiar with Axe optimization tricks.

Also, how do you save to files? I'm trying to implement high scores.

EDIT: Thanks, Mr. Omnimaga. It works better now... You still can't skirt the sides, though, due to the way the program detects collision.
« Last Edit: September 27, 2010, 08:31:43 pm by ikemike »
Anonymous Legend

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: Your Projects - Post and Critique
« Reply #492 on: September 27, 2010, 08:07:29 pm »
I do not have much time right now but I noticed something in your game: You die about 2 pixels before your car touches the border. You might want to fix that in the next version.

Nice to see you still around by the way :)

Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: Your Projects - Post and Critique
« Reply #493 on: September 27, 2010, 08:26:34 pm »
if you want to save your high score to an external variable simply use this:
:.A
:"vHighScre"->Str1 //that v is the little v that can be accessed via 2nd 8, i believe. the name following it can be whatever as long as it's only =<8 characters long
:GetCalc(Str1)->θEnd
:!If θ
:Unarchive Str1
:Getcalc(Str1)->θEnd
:!If θ
:GetCalc(Str1,2)->θEnd
program code here...
:If [score var>{θ}r
:[score variable]->{θ}rEnd
:Archive Str1

this will check to see if the appvar HighScre exists in archive or RAM and return a pointer for reading and writing to it and then stores your high score and archives the var at the end of the prog.
« Last Edit: September 27, 2010, 08:28:02 pm by shmibs »

Offline ikemike

  • LV3 Member (Next: 100)
  • ***
  • Posts: 67
  • Rating: +4/-0
  • Hmm.
    • View Profile
Re: Your Projects - Post and Critique
« Reply #494 on: September 27, 2010, 08:49:07 pm »
What am I doing wrong here?
Anonymous Legend