Author Topic: Hi, my name is Ztrumpet. Give me your peanuts!!!  (Read 19839 times)

0 Members and 1 Guest are viewing this topic.

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Hi, my name is Ztrumpet. Give me your peanuts!!!
« Reply #60 on: November 22, 2010, 03:58:04 pm »
Oh I get it now!

By the way, this is a program my friend and I came up with.  I think it will change the TI-Basic world as we know it:
Code: [Select]
ClrHome
ClrDraw
ClrRAM

ASHBAD_ALVIN

  • Guest
Re: Hi, my name is Ztrumpet. Give me your peanuts!!!
« Reply #61 on: November 22, 2010, 03:59:58 pm »
you forgot:

Code: [Select]
GarbageCollect
DefragmentTheWholeDamnThing
sin(sin(sin(sin(sin(sin(sin(sin(sin(sin(sin(sin(sin(sin(sin(sin(sin(sin(sin(sin(sin(sin(sin(sin(sin(sin(sin(sin(sin(3.12
Disp("Hello, World!")
DelVar "TIOS"

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: Hi, my name is Ztrumpet. Give me your peanuts!!!
« Reply #62 on: November 22, 2010, 04:01:26 pm »
ClrDraw.  Some argue the best way is to do:

Code: [Select]
for(Y,0,62)
for(X,0,94)
PixelOff(X,Y)
end
end

much faster and can get you almost 1 frame per minute, which is a respectable frame rate for shooters like black ops.

Really? I heard that

Code: (TI-BASIC) [Select]
:0→X
:0→Y
:Lbl LP
:" "→Str1
:Text(Y,X,Str1)
:X+1→X
:If X=95
:Then
:Goto IY
:End
:Lbl CO
:Goto LP
:Lbl IY
:Y+1→Y
:0→X
:If Y=58
:Then
:Goto EN
:End
:Goto CO
:Lbl EN
:Stop
:Stop
:Stop

is much better.

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Hi, my name is Ztrumpet. Give me your peanuts!!!
« Reply #63 on: November 22, 2010, 04:01:36 pm »
What does that do?  When I run it I get this pretty Blue Screen with lines.  It looks like my calc is very alive.  :D

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: Hi, my name is Ztrumpet. Give me your peanuts!!!
« Reply #64 on: November 22, 2010, 04:02:40 pm »
ClrDraw.  Some argue the best way is to do:

Code: [Select]
for(Y,0,62)
for(X,0,94)
PixelOff(X,Y)
end
end

much faster and can get you almost 1 frame per minute, which is a respectable frame rate for shooters like black ops.
On old computers with low RAM, when closing applications, a similar effect happens with the application being closed. It disappears line by line so much it is slow. X.x
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

ASHBAD_ALVIN

  • Guest
Re: Hi, my name is Ztrumpet. Give me your peanuts!!!
« Reply #65 on: November 22, 2010, 04:02:44 pm »
ClrDraw.  Some argue the best way is to do:

Code: [Select]
for(Y,0,62)
for(X,0,94)
PixelOff(X,Y)
end
end

much faster and can get you almost 1 frame per minute, which is a respectable frame rate for shooters like black ops.

Really? I heard that

Code: (TI-BASIC) [Select]
:0→X
:0→Y
:Lbl LP
:" "→Str1
:Text(Y,X,Str1)
:X+1→X
:If X=95
:Then
:Goto IY
:End
:Lbl CO
:Goto LP
:Lbl IY
:Y+1→Y
:0→X
:If Y=58
:Then
:Goto EN
:End
:Goto CO
:Lbl EN
:Stop
:Stop
:Stop

is much better.

Nah just doing DelVar "TIOS" works fine to clear the screen as well.

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Hi, my name is Ztrumpet. Give me your peanuts!!!
« Reply #66 on: November 22, 2010, 04:41:10 pm »
ClrDraw.  Some argue the best way is to do:

Code: [Select]
for(Y,0,62)
for(X,0,94)
PixelOff(X,Y)
end
end

much faster and can get you almost 1 frame per minute, which is a respectable frame rate for shooters like black ops.

I got a domain error?????>???/// i cleered my archive to try to fix but it deleted my programs??????? WHY YOU GIVE ME VIRUS!@@!!!!! IM REPORT YOUY!!!!111!!!
« Last Edit: November 22, 2010, 04:41:43 pm by Builderboy »

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Hi, my name is Ztrumpet. Give me your peanuts!!!
« Reply #67 on: November 22, 2010, 04:44:26 pm »
How do I get "for("?  I found "For(" and "f" "o" "r" "e", but no "for(".  Also, what's Archive?

ASHBAD_ALVIN

  • Guest
Re: Hi, my name is Ztrumpet. Give me your peanuts!!!
« Reply #68 on: November 22, 2010, 04:52:07 pm »
How do I get "for("?  I found "For(" and "f" "o" "r" "e", but no "for(".  Also, what's Archive?

it is a place you can store programs, but you can only do so by unscrewing the back of the calculator, pulling out some wires, and dumping the data through them.  Actually, made it sound hard, pretty easy actually ;)

good luck!

Offline yunhua98

  • You won't this read sentence right.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2718
  • Rating: +214/-12
  • Go take a dive in the River Lethe.
    • View Profile
Re: Hi, my name is Ztrumpet. Give me your peanuts!!!
« Reply #69 on: November 25, 2010, 10:18:20 am »
Wow, I never knew this stuf!  I really like the
Code: [Select]
!peanuts thing

!peanuts

A
Btw I can't figure out how to get rid of the spaces in "R and int(" to get RandInt(. ???
« Last Edit: November 25, 2010, 10:19:12 am by yunhua98 »

Spoiler For =====My Projects=====:
Minor setback due to code messing up.  On hold for Contest.
<hr>
On hold for Contest.


Spoiler For ===Staff Memberships===:






Have you seen any good news-worthy programs/events?  If so, PM me with an article to be included in the next issue of CGPN!
The Game is only a demo, the code that allows one to win hasn't been done.
To paraphrase Oedipus, Hamlet, Lear, and all those guys, "I wish I had known this some time ago."
Signature Last Updated: 12/26/11
<hr>