Author Topic: Improvements  (Read 6148 times)

0 Members and 2 Guests are viewing this topic.

Offline Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: Improvements
« Reply #15 on: March 23, 2011, 12:27:55 pm »
What? Also, all my programs use prgmDelVar, which is why it's its own program.
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Improvements
« Reply #16 on: March 23, 2011, 12:28:10 pm »
Also, the If dim( was so that rand(15 wouldn't change Ans. Also, have you found any bugs?
That is really clever! I have never used that, but I normally don't need Ans by the time I get to a pause. As for optimisations, they have pretty much been covered :D

edit: Also, I just noticed the msg number in the quote... 133771

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Improvements
« Reply #17 on: March 23, 2011, 12:40:22 pm »
What? Also, all my programs use prgmDelVar, which is why it's its own program.

I only saw it in prgmZER0ES. Are there other programs in this project?




Offline Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: Improvements
« Reply #18 on: March 23, 2011, 12:42:39 pm »
Also, the If dim( was so that rand(15 wouldn't change Ans. Also, have you found any bugs?
That is really clever! I have never used that, but I normally don't need Ans by the time I get to a pause. As for optimisations, they have pretty much been covered :D

edit: Also, I just noticed the msg number in the quote... 133771
Yeah, but I'm not the one who came up with it. I found out about it on TI-Basic Developer. The tutorial there is actually how I got started in calculator programming.
What? Also, all my programs use prgmDelVar, which is why it's its own program.

I only saw it in prgmZER0ES. Are there other programs in this project?
You only saw It in here because you haven't seen any of my other programs besides Name, which doesn't use any variables.
« Last Edit: March 23, 2011, 12:45:45 pm by Freyaday »
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Improvements
« Reply #19 on: March 23, 2011, 12:55:01 pm »
Oh, I see.




Offline Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: Improvements
« Reply #20 on: March 23, 2011, 01:01:19 pm »
So, anything else? Is this the place to ask for gameplay suggestions or should I create a separate topic for that?
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Improvements
« Reply #21 on: March 23, 2011, 04:43:11 pm »
You actually can just replace the If dim(rand(15)) with rand(15) because by the time it reaches fourth line in the main program Ans gets overwritten anyways. Unless one of your other program uses Ans as a starting variable? Just thought I'd tell you.
Spoiler For Spoiler:



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

Offline Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: Improvements
« Reply #22 on: March 23, 2011, 04:45:41 pm »
I know, I'm just leaving it in there in case another program of mine needs ANS and prgmName.
« Last Edit: March 23, 2011, 04:52:30 pm by Freyaday »
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!

Offline Xeda112358

  • they/them
  • Moderator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 4704
  • Rating: +719/-6
  • Calc-u-lator, do doo doo do do do.
    • View Profile
Re: Improvements
« Reply #23 on: March 23, 2011, 06:23:13 pm »
Sorry, I have to do this...
Spoiler For Spoiler:
Anyway, I do that, too, sometimes. As for asking about game play suggestions, I think you can start it in other calc related projects and ask for suggestions there... not sure about that one...

Offline Freyaday

  • The One And Only Serial Time Killing Catboy-Capoeirista-Ballerino
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1970
  • Rating: +128/-15
  • I put on my robe and pixel hat...
    • View Profile
Re: Improvements
« Reply #24 on: March 23, 2011, 06:34:43 pm »
I came to that conclusion myself and acted upon it. It's under the title of Zer0es.
In other news, Frey continues kicking unprecedented levels of ass.
Proud member of LF#N--Lolis For #9678B6 Names


I'm a performer at heart; I stole it last week.
My Artwork!