This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's TI-BASIC subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. TI-Basic => TI-BASIC
United-TI Archives -> TI-Basic
 
    » Goto page Previous  1, 2, 3, 4  Next
» View previous topic :: View next topic  
Author Message
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 02 Dec 2003 07:16:28 am    Post subject:

Newbie wrote:
Your new picture looks cool. Do you play chess at all, and if you do how do you rate yourself? I'm only saying that because you always have a picture of a knight. Smile

Please give the PM button a try next time you have to ask something personal to somebody.
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 02 Dec 2003 05:50:40 pm    Post subject:

Newbie wrote:
Can you give me a link to the program. Smile

Mine or Darth Android's? Mine isn't up yet. Sad When it will be, in a couple of days, it will be in the New Files for Whatever Date category on ticalc.org.
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 02 Dec 2003 06:50:04 pm    Post subject:

Newbie wrote:
I can't. I got an error saying I was not allowed to use it. Sad

so, hurry up and VALIDATE already! Neutral
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 03 Dec 2003 12:00:30 pm    Post subject:

Ah, I see, your membership has not yet been validated (I think you need to confirm your membership by following the instructions of a certain e-mail this forum should have send you automatically, but it might also be set for the admins to approve any membership which would mean you'd simply have to wait for the admins to do just that.) so you can't use everything yet, once it is validated you will be able to use more of the forum's functions.
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 03 Dec 2003 04:34:50 pm    Post subject:

To stop the ' Razz ' s from appearing, put [code ] [/code] around your code.

The syntax error is caused by en extra End. I think the one after the second ' Razz ' is the one you want to delete.

To continue if you press a key, replace 'Ans = 105' with 'Ans'.

Anyway, what do you want this program to do?

Newbie, what will you do in about 12 days when you become a member?


Last edited by Guest on 03 Dec 2003 04:41:21 pm; edited 1 time in total
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 03 Dec 2003 07:37:54 pm    Post subject:

ha, i did that once... i did a fake ram cleared message COMPLETELY in TI-Basic... it was really cool :)


Code:
you need a temp var that will just be either 1 or 0, then if var
do 5 line commands that draw the box
if not(var
do Text(-1,pixelx,pixely,"(space)

that will blink the cursor
(you must add delays or it is too fast!)
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 03 Dec 2003 08:18:45 pm    Post subject:

ok, make this the graph window (and make sure Axis etc. are off) :
Xmin=0
Xmax=94
Ymin=-62
Ymax=0

Code:
For(X,0,4
Line(X,0,X,-6
End
tested, and works.
Back to top
Fr0sty


Member


Joined: 27 Nov 2003
Posts: 202

Posted: 03 Dec 2003 10:28:45 pm    Post subject:

I made one that uses pxl off( (maybe pt off) but it had like 50 diff things [pxl-off(1,1) pxl-off(1,2), etc], it worked though. It looked just like the real thing. What I did to make them off go at once was For(x,1,250): End, right after it. I'm pretty sure this works, but it's really big and time consuming to make...

Last edited by Guest on 03 Dec 2003 10:29:03 pm; edited 1 time in total
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 04 Dec 2003 06:03:31 pm    Post subject:

i assure you, the 3 lines of code i gave are sufficiently fast to draw the square Very Happy
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 13 Dec 2003 02:39:32 pm    Post subject:

To do that you would probably have to write the whole program in Asm. I'm guessing the on key is built into the basic parser - it checks for it when running any basic code.
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 13 Dec 2003 02:42:49 pm    Post subject:

No.

Edit: If you did stop it the rest of the program probably wouldn't run.

A 'friend' at school gave me a program he wrote using codex. It turned the calc off so fast you couldn't press [on] to break it. That is the one exception but I hope you don't do that - write a beneficial program, not a harmful one.


Last edited by Guest on 13 Dec 2003 04:39:08 pm; edited 1 time in total
Back to top
Matt


Member


Joined: 11 Jun 2003
Posts: 169

Posted: 13 Dec 2003 08:52:40 pm    Post subject:

its not possible with out an ASM program. I'm pretty sure that CodeX could do it. (I'm not positive)
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 14 Dec 2003 12:50:25 pm    Post subject:

Oh and if you use Input user can just press [2nd][Quit] to exit. Don't think that's exactly what you want is it?
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 14 Dec 2003 07:18:07 pm    Post subject:

In pure Basic that is impossible. If you want to be secure, get Krolypto.
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 14 Dec 2003 07:30:00 pm    Post subject:

Newbie wrote:
Do you know of any in ASM?

Krolypto.
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 15 Dec 2003 02:31:06 pm    Post subject:

If you want to have specifics on how to do things in Z80 ASM, please go to the assembly forum, http://www.unitedti.org/forums/index.php?showforum=5, thanks.
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 16 Dec 2003 02:50:37 pm    Post subject:

Newbie wrote:
Do you know of any password programs that you can make in basic that actually stops someone?

Someone really determined can just take out all 5 batteries, reinstall the OS, and no protection program will stop it. Unless you teach the calculator to run away by writing a program controlling 4 wheels attached to the lid.
Actually, taking out the 4 batteries will stop most security programs, and save everything in the archive.
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 16 Dec 2003 04:13:55 pm    Post subject:

Try looking... http://www.unitedti.org/forums/index.php?showtopic=826
Back to top
Fr0sty


Member


Joined: 27 Nov 2003
Posts: 202

Posted: 16 Dec 2003 05:42:53 pm    Post subject:

Laughing Ya, i was thinking about that too... I was kinda looking for wireless transmitters though...
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    » Goto page Previous  1, 2, 3, 4  Next
» View previous topic :: View next topic  
Page 2 of 4 » All times are UTC - 5 Hours

 

Advertisement