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 - Rollum78

Pages: [1] 2 3
1
Art / Re: Star Trek sprites
« on: December 21, 2013, 08:24:26 pm »
I ended up with this:
1. Federation Ship:
Spoiler For Spoiler:
(left)
(right)
(front)
(back)
2. Klingon Ship:
Spoiler For Spoiler:
(left)
(right)
(front)
(back)
Dont know if i got the size right though...

2
Müsst ihr die GTRs dann kaufen oder kriegt ihr die nur für eure Schulzeit "geliehen"?
Ich muss meinen Ti-83+ nach dem Abi zurückgeben, hab aber auch nichts dafür gezahlt  :-\

3
Quote
Es gab ein 20-seitiges Heft als Anleitung
Jaja, das kenn ich noch :)
Am Ende hab ich einfach so lange mit der komischen Kurswahlsoftware rumprobiert,
bis die gesagt hat, dass es funktioniert (aber Politik war immer mit dabei... :()

4
Bei uns an der Schule(FDG) in Bayern müssen wir in der 9. wählen, ob wir ab der 10. mit TI nspire's mit CAS arbeiten wollen,
wir können dann aber noch wählen, ob wir das Mathe-Abi dann mit CAS oder ohne schreiben.
Mit CAS soll angeblich einfacher sein.
Woha...
Bei euch an der Schule gibt es sowas wie Entscheidungsfreiheit?  O.O
Ich konnte bei meiner Kurswahl noch nicht mal Gemeinschaftskunde (Politik) abwählen :P

5
Gaming Discussion / Re: 100 Games that is hard to 100%
« on: December 14, 2012, 06:12:26 pm »
Is Conker's related in any way to Conker's Bad Fur Day?
Jop, it's conker the squirrel :)
i think "Pocket Tales" was released two years before "Bad Fur Day"
(Although i never played Bad Fur Day :()

6
Gaming Discussion / Re: 100 Games that is hard to 100%
« on: December 14, 2012, 05:46:16 pm »
-Conker's Pocket Tales (i never found all the presents)
-Mickey's Dangerous Chase, both for Gameboy-Color

7
Axe / Re: Using Files (Y0 - Y9) in Axe
« on: December 14, 2012, 02:50:17 pm »
Copy works with files but Equ>String doesn't

Thanks! That is helping me a lot :)

8
Axe / Using Files (Y0 - Y9) in Axe
« on: December 14, 2012, 02:31:31 pm »
I have an appVar in Archive and want to compare its first bytes with a string:
Code: [Select]
:.APPARCH
:"TEST"[00]->Str1
:ClrHome
:If GetCalc("appvRANDOM",Y0)         //that Y0 in [VARS] [Y-VARS] [Function]
:!If Equ>String(Y0,Str1)                  //"Invalid File Use"
:Output(0,0,"Erfolg")
:Else
:Output(0,0,"Nichts")
:End
:End
:getkey[sup]r[/sup]
:ClrHome

When i try to compile that i get an "Invalid File Use" error.
Is what i am trying even possible without unarchiving the appVar?
Or would i have to loop through each byte and compare those individually?

9
News / Re: Ticalc.org launches POTY 2012
« on: December 11, 2012, 09:19:36 am »
There's one from 2000: Bomberkids.

It's old enough that it actually has an 86 port. Good game, but that's really old.

I remember playing that in class for hours :)

10
Other Calc-Related Projects and Ideas / Re: OmniRPG - Sprites
« on: December 06, 2012, 01:51:21 pm »
I would give spriting a try :)

11
Axe / Re: copy to Pic0 - Pic9
« on: December 06, 2012, 11:00:09 am »
Yes, that should work... But i would only get a pointer to Pic1 and not based on a variable, for example the user's input

12
Axe / Re: copy to Pic0 - Pic9
« on: December 04, 2012, 12:01:13 pm »
Thank you very much, this is exactly what was looking for :)

13
Axe / Re: copy to Pic0 - Pic9
« on: December 03, 2012, 05:36:48 pm »
Sorry, but i didn't really get that... :)
What do these lines of code do?
Code: [Select]
:[0760]->°Pic
:[0000]->°PicN
And is "Pic" a token?


14
Axe / Re: copy to Pic0 - Pic9
« on: December 03, 2012, 05:09:15 pm »
hm hang on I have the code somewhere let me find it
found it

Code: [Select]
[Pic1]->Pic1
wouldn't that just "absorb" Pic1 into my program?

15
Axe / copy to Pic0 - Pic9
« on: December 03, 2012, 05:03:43 pm »
I want to copy the frontbuffer to a OS Pic-variable, like this:
Code: [Select]
:If GetCalc("Pic1",768)->P
:Copy(L6,P,768)
:Else
:random stuff
:End
But let's say i have a variable V (from 0 - 9) and want to get a pointer to "PicV"...
How would i do that?

Edit: So that for example the user can pick the picture to copy the frontbuffer to

Pages: [1] 2 3