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 Your Projects 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. Project Releases => Your Projects
United-TI Archives -> Project Releases
 
    » Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next
» View previous topic :: View next topic  
Author Message
Harrierfalcon
The Raptor of Calcs


Super Elite (Last Title)


Joined: 25 Oct 2006
Posts: 2535

Posted: 19 May 2007 08:05:54 am    Post subject:

Well, I could make an API. What do you need, other than a sprite function and blacken screen?
Back to top
TheStorm


Calc Guru


Joined: 17 Apr 2007
Posts: 1233

Posted: 19 May 2007 08:13:52 am    Post subject:

[quote name='"TheStorm"']These are the functions I use
Invert text, invert screen, black screen, clear screen, run indicator off, turn calc off/pause, sprite function (maybe).[/quote]
I going to end up making my own once I learn asm this summer, if you have the time go ahead, but otherwise I'll just wait and make it myself.


Last edited by Guest on 19 May 2007 08:16:01 am; edited 1 time in total
Back to top
Harrierfalcon
The Raptor of Calcs


Super Elite (Last Title)


Joined: 25 Oct 2006
Posts: 2535

Posted: 19 May 2007 08:18:08 am    Post subject:

OK. This shouldn't take long....nothing complicated, I actually have routines for about 3 of those...but why do you need to pause with a lib? Can't you do that with Basic?
Back to top
TheStorm


Calc Guru


Joined: 17 Apr 2007
Posts: 1233

Posted: 19 May 2007 08:20:36 am    Post subject:

(turn off/pause) it is a teacher key :biggrin:
Back to top
Harrierfalcon
The Raptor of Calcs


Super Elite (Last Title)


Joined: 25 Oct 2006
Posts: 2535

Posted: 19 May 2007 08:39:30 am    Post subject:

Here: [attachment=1551:attachment]
Ans = Functions:

  • 90: Enable Inverse Text
  • 91: Disable Inverse Text
  • 92: Blacken the screen
  • 93: Clear the screen
  • 94: Invert the Screen
  • 95: Send the calc into a loop until you press [→]
95 is your pause function. It clears the LCD and waits until you press the sto arrow. Any other number is treated as the X location for the 12*7 sprite of the guy from avalanche. It is automatically XOR'd at the bottom of the screen.


Last edited by Guest on 19 May 2007 08:48:26 am; edited 1 time in total
Back to top
TheStorm


Calc Guru


Joined: 17 Apr 2007
Posts: 1233

Posted: 19 May 2007 02:38:39 pm    Post subject:

Cool :biggrin: Thx I'll try that right a way.
Lightnin v2.6 is ready to go I'll upload it soon.


Last edited by Guest on 19 May 2007 02:40:31 pm; edited 1 time in total
Back to top
Harrierfalcon
The Raptor of Calcs


Super Elite (Last Title)


Joined: 25 Oct 2006
Posts: 2535

Posted: 19 May 2007 02:57:37 pm    Post subject:

Lemme know how it turns out.
Back to top
TheStorm


Calc Guru


Joined: 17 Apr 2007
Posts: 1233

Posted: 19 May 2007 02:58:44 pm    Post subject:

k I don't have time now to finish it but later I will do it. It will be submitted by Monday.
Hey HarrierFalcon how should i enter you author info when I upload it?


Last edited by Guest on 19 May 2007 03:15:19 pm; edited 1 time in total
Back to top
Harrierfalcon
The Raptor of Calcs


Super Elite (Last Title)


Joined: 25 Oct 2006
Posts: 2535

Posted: 20 May 2007 10:56:31 am    Post subject:

You can put "Robert Moy" or "Harrierfalcon". Doesn't matter, but I prefer the latter.

You don't even have to enter me as a co-author, you could just mention that I made the API in the readme or description.
Back to top
TheStorm


Calc Guru


Joined: 17 Apr 2007
Posts: 1233

Posted: 20 May 2007 12:50:18 pm    Post subject:

ok Thanks
Back to top
frenchcalc1
جان ألعريم


Active Member


Joined: 14 Mar 2007
Posts: 648

Posted: 20 May 2007 01:38:30 pm    Post subject:

The game has a great storyline, but it gets kind of repetitive after a while. Wink
Back to top
baorder54
Elite


Active Member


Joined: 25 Nov 2006
Posts: 748

Posted: 20 May 2007 02:07:17 pm    Post subject:

I admit it does get harder as you go along, but I don't have the patience really. If it could be faster then it would be more fun. I would rather you make the lightning bolts faster, then more of them to add the desired difficulty. Wink
Back to top
Harrierfalcon
The Raptor of Calcs


Super Elite (Last Title)


Joined: 25 Oct 2006
Posts: 2535

Posted: 20 May 2007 04:32:45 pm    Post subject:

I could always add a multiple keypress function to speed things up.
Back to top
TheStorm


Calc Guru


Joined: 17 Apr 2007
Posts: 1233

Posted: 20 May 2007 04:35:49 pm    Post subject:

@French storyline? You avoid lightning what more do you want?
@Border ok a'll make it get faster sooner thats just a change of one number in the code.
@Harrier, But what do I need that for? I could add jump but what good would that do?


Last edited by Guest on 20 May 2007 04:40:07 pm; edited 1 time in total
Back to top
frenchcalc1
جان ألعريم


Active Member


Joined: 14 Mar 2007
Posts: 648

Posted: 20 May 2007 04:38:35 pm    Post subject:

Harrierfalcon wrote:
I could always add a multiple keypress function to speed things up.
[post="104787"]<{POST_SNAPBACK}>[/post]

What would that do? Do you mean that the user can press many keys at once, or that you combine all the If-Thens for the keypresses ino one Boolean function? I don't find a good use for the first one though.
Back to top
TheStorm


Calc Guru


Joined: 17 Apr 2007
Posts: 1233

Posted: 20 May 2007 04:44:36 pm    Post subject:

They are already boolean.
Back to top
TheStorm


Calc Guru


Joined: 17 Apr 2007
Posts: 1233

Posted: 20 May 2007 05:47:36 pm    Post subject:

Noooooo! i just had a ram clear and lost most of my fixes so this will be delayed a little but thanks for the support.
P.S. does anyone here know of a GOOD on computer basic editor? other that Ti-coder and graphlink?
p.s.s. Sorry about the double post. Sad


Last edited by Guest on 20 May 2007 05:48:06 pm; edited 1 time in total
Back to top
Harrierfalcon
The Raptor of Calcs


Super Elite (Last Title)


Joined: 25 Oct 2006
Posts: 2535

Posted: 20 May 2007 06:25:03 pm    Post subject:

If you're really that desperate, you could always use SourceCoder.
Back to top
TheStorm


Calc Guru


Joined: 17 Apr 2007
Posts: 1233

Posted: 20 May 2007 06:27:11 pm    Post subject:

If I'm that disparate I'll use graph link. Sorry but Source Coder gets on my nerves.
Back to top
nitacku


Advanced Member


Joined: 23 Aug 2005
Posts: 408

Posted: 20 May 2007 06:34:29 pm    Post subject:

TheStorm wrote:
Noooooo! i just had a ram clear and lost most of my fixes so this will be delayed a little but thanks for the support.
P.S. does anyone here know of a GOOD on computer basic editor? other that Ti-coder and graphlink?
p.s.s. Sorry about the double post. Sad
[post="104797"]<{POST_SNAPBACK}>[/post]

A program editor you say?

How about the discontinued TI-Program Editor Smile
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, 5, 6, 7, 8, 9  Next
» View previous topic :: View next topic  
Page 2 of 9 » All times are UTC - 5 Hours

 

Advertisement