Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - p2

Pages: 1 ... 21 22 [23] 24 25 ... 61
331
Axe / I need help with a code!
« on: September 09, 2011, 11:03:22 am »
I'm trying to code "TapTapRevenge" for TI84+
But I need to know how to write a few things in Axe:

---How to copy a text into the code of a progam?

---How to read numbers of the code of a program an save them as Vars?

---Is it possible to play a sound WHILE calculating things and displaying pictures (so that the program wont stop while playing the sound)



(maybe more questions will follow later)

332
Miscellaneous / Re: Gaming at school
« on: September 03, 2011, 09:14:47 am »
ever heared of ORBIT DOWNLOADER???
whith that, (and grab++; a part of orbit) you can see a list of everything that is on a webppage (you can edet the ist of shown dara typs) and hen you can choose a few of he games and download hem!!
its veeery easy with orbit!!

i already have 9GB flash-games!! ;D
and orbit is free!!!

333
TI Z80 / Re: TruVid - 4 level grayscale video with sound
« on: September 03, 2011, 09:10:17 am »
make a video of the annoying one (not of you, but of the real annoying orane!!!)

334
Miscellaneous / Re: Gaming at school
« on: August 29, 2011, 10:41:46 am »
Its still the best way, to use sites, that wouldnt be filtered!!
like http://www.prehackshub.com
its nothing in the adress, that would be filtered!!

bu its a sie of illegual hacked flash-games!!

everything else wouldt work for a long time (the teachers ill notice what youre doing)

335
[DE] Off-Topic / Re: Wer ist ein Deutscher (oder kann deutsch sprechen)?
« on: August 28, 2011, 10:01:17 am »
are you a german
it would be useful to speak erman, if you want to write in the german part ;D

336
Miscellaneous / Re: Gaming at school
« on: August 25, 2011, 01:12:05 pm »
that Happy-Wheels-Link shouldn't be blocked!!
Nothing in the adress, that would be blocked!!

337
Miscellaneous / Re: Gaming at school
« on: August 25, 2011, 01:03:26 pm »
 ;D Haven't I told you - Every scool uses such a filter!!
It filters everything like DOWNLOAD GAME PLAY PORN SEX VIOLENT ...
A few other pages:
Spoiler For other game-pages:
http://www.andkon.com/arcade/   Flashgames
http://www.x-oo.com/                 Flashgames, Videos, Browsergames
http://www.spielpause.com/         Flashgames                                       Only maybe working - If the German word for "Game" ("Spiel") isn't in in the filter!
I can give you more adresses, if you tell me what sort of game you want to play!

338
Miscellaneous / Re: Gaming at school
« on: August 25, 2011, 09:15:49 am »
That's all quite easy!!
The filter search for words in the adress:
GAME
PLAY
...
You must use other pages like that:
http://www.prehackshub.com/
In that adress is nothing like "game" or "play" and so on!!
So it won't be blocked in school!!

(Tried that out in my school!!) ;D

339
Axe / Re: string - duplicate symbol
« on: August 25, 2011, 08:55:29 am »
so that should be possible: ???
Code: [Select]
:{Str1+X}→{Str2+(lenth(Str1)+1)}

I've used a String (Str60) for the Free spaces - To delete a string I now use
Code: [Select]
:Copy(Str60,[i]Str2[/i],90) (90 because str60=90 spaces)





this is my newest code:
(You must read it to understand the program - No (english) description in it!!)
Spoiler For code:
:.CHAT
:"                                                                                "→Str60
:det(500)→Str1
:det(500)→Str2
:5→B
:"person:"→Str80
:"p1 = [1]"→Str81
:"p2 = [2]"→Str82
:Output(1,1,Str80
:Output(2,1,Str81
:Output(3,1,Str82
:Repeat B=1
: If getKey(34)
:  1→X
:  1→B
:  Goto 1
: End
: If getKey(26)
:  2→X
:  1→B
: End
:End
:
:
:Lbl 1
:
:
:1→A
:ClrDraw
:DispGraph
:
:
:
:
:
:
:
:
:
:
:
:Repeat getKey(15)
:
:
:
:
:
:
:
:.EMPFANGEN/
:
:Get(→Ans
:If Ans≠(0-1)
: Vertical -
: Vertical -
: Vertical -
: Vertical -
: Vertical -
: Vertical -
: Vertical -
:
:
: Text(0,40,Ans
: If X=1
:  conj(Str60,Str2,90)
: End
: If X=2
:  conj(Str60,Str1,90)
: End
:End
:
:./EMPFANGEN
:
:
:
:
:
:
:.SENDEN/
:
:If getKey(9)
: If X=1
:  Repeat Send(Str1,2000)≠(0-1)
:  End
:  Vertical -
:  Vertical -
:  Vertical -
:  Vertical -
:  Vertical -
:  Vertical -
:  Vertical -
:  Text(0,40,Str1
:  conj(Str60,Str1,90)
: End
: If X=2
:  Repeat Send(Str2,2000)≠(0-1)
:  Vertical -
:  Vertical -
:  Vertical -
:  Vertical -
:  Vertical -
:  Vertical -
:  Vertical -
:  Text(0,40,Str2
:  conj(Str60,Str2,90)
: End
:End
:
:./SENDEN
:
:
:
:
:
:
:.FENSTER/
:
:For(P,0,95
: For(Q,5,63
:  Pxl-Off(P,Q
: End
:End
:If getKey(1)
: Vertical -
:End
:If getKey(2)
: Horizontal +
:End
:If getKey(3)
: Horizontal -
:End
:If getKey(4)
:Vertical +
:End
:If getKey(1)=getKey(2)=getKey(3)=getKey(4)=1
: ClrDraw
: If X=1
:  Text(0,50,Str1
: End
: If X=2
:  Text(0,50,Str2
: End
:End
:If X=1
: Text(0,50,Str1
:End
:If X=2
: Text(0,50,Str2
:End
:
:./FENSTER
:
:
:
:
:
:
:.DEL/
:
:If getKey(56)
: If X=1
:  conj(Str60,Str1,90)
: End
: If X=2
:  conj(Str60,Str2,90)
: End
:End
:
:./DEL
:
:
:
:
:
:
:.MODUS/
:
:If getKey(55)
: A+1→A
: If A=4
:  1→A
: End
:End
:If A=1
: conj("         'WRMH  ?θVQLG  :ZUPKFC  YTOJEB  XSNIDA         ",Str99,56)
:End
:If X=2
: conj("         'wrmh  ?θvqlg  :zupkfc  ytojeb  xsnida         ",Str99,56)
:End
:If X=3
: conj("         +-*/^  ‾369)}  .258(K  0147,       2-1          ",Str99,56)
:End
:
:./MODUS
:
:
:
:
:
:
:.SCHREIBEN/
:
:For(Z,10,56
: If getKey(Z)
:  If X=1
:   conj({Str99+Z},Str1,length(Str1)+1)
:   Text(0,50,Str1
:  End
:  If X=2
:   conj({Str99+Z},Str2,length(Str2)+1)
:   Text(0,50,Str2
:  End
: End
:End
:
:./SCHREIBEN
:
:
:
:
:
:
:.ZEIGE/
:
:If X=1
: Text(0,50,Str1
:End
:If X=2
: Text(0,50,Str2
:End
:./ZEIGE
:
:
:
:
:
:
:
:End
:
:
:
:
:.LEAVE/
:
:If X=1
: conj(60,Str1,90)
: conj("p1 has left TItalk",Str1,18)
: Send(Str1,5000
:End
:If X=2
: conj(Str60,Str2,90)
:  conj("p2 has left TItalk",Str2,18)
: Send(Str2,5000
:End
:
:./LEAVE

340
Axe / Re: string - duplicate symbol
« on: August 24, 2011, 11:38:47 am »
and when I want to add a single letter to a string?
How to do that?

341
Axe / string - duplicate symbol
« on: August 24, 2011, 09:49:49 am »
I'm trying to write a "chat-program" for the TI, but I have a problem:
If I want to write something, I'll have to edit the string!
But how can I save something in a String if ther's alreadsy saved something in it?
Code: [Select]
:DelVar Str00
:"abc" -> Str00
Isn't working

but sometimes, I deed olly to add one letter to String00! How to do that???
It allways tells me DUPLICATE SYMBOL

342
General Calculator Help / Re: Wabbitemu refusing to open up
« on: August 23, 2011, 01:17:13 pm »
YAY!!
I'm not the only one!!!

I've had exactly the same problem for many weeks.
But two days ago I was able to fix it!

You must de-install (delete) wabbitemu, install it again and create a new rom-image for your TI!
That's all you need to do!

It has worked the third time I tried this!
So don't give up if it won't work!!
Try it again if it's not working!!

343
Miscellaneous / Re: 75 year old, 18 pound, freakishly huge...
« on: August 19, 2011, 09:52:44 am »
dman2073 has asked the lobster!  ;)

But It's not a blue lobster!!!  :(

344
[DE] Off-Topic / Re: Wer ist ein Deutscher (oder kann deutsch sprechen)?
« on: August 18, 2011, 09:38:15 am »
warum machst du's nich auch grün, wenn du grün so magst?

345
[DE] Off-Topic / Re: Wer ist ein Deutscher (oder kann deutsch sprechen)?
« on: August 17, 2011, 10:09:42 am »
ya, ich weiß!
Aber voll viele Add-Ons sind dann nichtmehr verfügbar, und ich brauch die sehr oft!
Aber auf dem anderen PC haben wir Firefox6

Pages: 1 ... 21 22 [23] 24 25 ... 61