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

Pages: 1 2 [3] 4 5
31
TI-BASIC / Str Q
« on: May 30, 2012, 02:02:45 pm »
Is it possible to put "a" into a string after a certain length. Like replacement?

32
Axe / Re: ... someone please explain what went wrong.
« on: May 27, 2012, 02:46:34 am »
Also, if you set the y bound higher, like 48 and 56 it makes the sprite... But with random pixels near the bottom all the way across the screen.

33
Axe / Re: ... someone please explain what went wrong.
« on: May 27, 2012, 02:20:46 am »
When you run it it turns the screen dark and puts some gibberish on the bottom and right. You can (clear) it but it still remains dark. If you turn it off then on the cursor is on the bottom right and it writes everything upside down. It's basically like someone took out the screen and turned it 180 deg. The only way to fix this it to remove a battery while it is off.

34
"2: You are not allowed to enter a project that was started prior the start of the contest. You can use code, images and ideas from it, though."

What does that mean?
You can't use a (stated) submitted program but you can use it's code?

35
Axe / ... someone please explain what went wrong.
« on: May 27, 2012, 12:22:56 am »
 ??? I have no clue what happened.

what was suppose to happen
There was suppose to be 4 sprites that all move together by pressing left and right

what went wrong
When you run it it turns the screen dark and puts some gibberish on the bottom and right. You can (clear) it but it still remains dark. If you turn it off then on the cursor is on the bottom right and it writes everything upside down. It's basically like someone took out the screen and turned it 180 deg. The only way to fix this it to remove a battery while it is off.

36
Miscellaneous / Re: Rick Roll'D gone? :0
« on: May 23, 2012, 02:40:58 am »
*sniff
So saaad, now if you want to rickroll someone they have to sit through an add. And they'd see the title. :( I think we should re upload it just for rickrolling.

37
Miscellaneous / Rick Roll'D gone? :0
« on: May 23, 2012, 02:28:22 am »
 >:(
I was looking through YouTube. When I thought of Rick but when I searched it I could only find the vevo version, which is not bad but what happened to the one that said Rick Roll'D and an annotation that said the game?

Or am I just overreacting?

38
Axe / Odd screen blinking and contrast change
« on: May 21, 2012, 02:35:44 am »
Archive everything, you will need to pull your batteries
After you run it, press down and left

Code: [Select]
.whatever
Clrdraw
DiagnosticOff
[FF818181818181FF]->Pic0
0->X->Y
Repeat getkey(9)
X+(getkey(3))-(getkey(2))->X
Y+(getkey(1))-(getkey(4))->Y
Bitmap(X,Y,Pic0
DispGraph
End

After it did the blinking, hold up and it will remain dark


I've tried other hex's but this has worked the best

39
TI Z80 / Re: Tap
« on: May 16, 2012, 10:03:09 pm »
My friend got 261 but my ram got cleared :/

40
TI Z80 / AxeLand (land your space ship)
« on: May 15, 2012, 07:15:16 pm »
I forget what the game it is called but you try to land a ship with the least amount of fuel.
(Probably been done before)
start the game
press second for thrusters
meh, it's alright but I doubled the fuel so... it use to be harder
tell me what you think

EDIT: I'm using the var z for scores but how do you save data in Axe? -Because I wanted to make like a list for scores but how do you save data not in variables?



-Oh and also I was thinking of making jetpack joyride, has anyone else made it?

41
TI-BASIC / Can someone help me with some code....
« on: May 13, 2012, 06:22:33 pm »
I have no clue how to convert a string to binary to a string. can someone help me?
I want it for a chat like thing. But i seem to not be able to Send( a string.
Thanks :)

42
Miscellaneous / Re: Random YouTube Videos
« on: May 09, 2012, 06:54:17 pm »

43
TI-BASIC / Is it possible...
« on: May 08, 2012, 01:25:58 am »
To have a program that adds, divides, subtracts, and multiplies. Without an addition, division, subtraction, or multiplication sign anywhere in the program?

-Just wondering

44
Miscellaneous / Re: What is your avatar?
« on: May 08, 2012, 01:21:37 am »
Lost: The Game

45
TI-Nspire / Re: Rush Hour
« on: May 07, 2012, 10:49:58 pm »
Is it just me or does the cursor seem high and to the left?

Pages: 1 2 [3] 4 5