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]
31
Miscellaneous / Re: My new internet speed
« on: September 14, 2012, 11:24:29 am »
Here is mine:

not even close to yours but still a lot better than most of my friends connection  ;D

Edit: Dat Upload!

32
I created a textfile with a strange name (i think it was "$log$") in a networkfolder where my sience teacher was looking for something so everyone could see it pop up on his screen and they called me a hacker...

33
Axe / Re: Large size font to buffer
« on: May 24, 2012, 12:53:35 am »
It seems that putting Asm(FDCB24E6) at the beginning of the program fixes it.
what does that do?

34
Axe / Re: Large size font to buffer
« on: May 23, 2012, 05:06:26 pm »
What version of axe are you running?
axe 1.0.5
What about fewer than 16 characters?
thats no problem...

35
Axe / Large size font to buffer
« on: May 23, 2012, 04:09:40 pm »
i realized that the last character won't appear on screen when runnig this code:
Code: [Select]
.FONT
ClrHome
DiagnosticOff
"0000000000000000"->Str1    //16x 0
Fix 5      //Text->Buffer
Fix 1      //Large size font
Text(0,0,Str1)
DispGraph
Pause 3000
ClrHome
Fix 4
Fix 0
The 16. character is missing and i have no idea why... ???

36
Introduce Yourself! / Re: Hello...
« on: May 19, 2012, 05:23:17 am »
(you allready made some programs or do you have a project in mind?)
Most of the progs i made got deleted over the time because i didn't have a link cable and had to reset the calc for class-tests :(
But now as the proud owner of a link cable i'm just waiting for some inspiration ;)

37
Art / Re: monochrome sprites request
« on: May 18, 2012, 05:24:21 pm »
Those boots are really hard to create with a height of only 6... But here are some sprites:
Spoiler For Spoiler:
armet
barbute
moccasin

38
Introduce Yourself! / Hello...
« on: May 18, 2012, 04:27:49 pm »
After a few years of TI-Basic i want to try something new and Axe seems very interesting (and powerful) so here i am... ;)

Pages: 1 2 [3]