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 ... 29 30 [31] 32 33 ... 61
451
Miscellaneous / Re: Do you work a job programming?
« on: July 28, 2011, 12:29:20 pm »
yeah...
You're right.
so, I'm not paied as a programmer.

452
Miscellaneous / Re: favorite pets
« on: July 28, 2011, 12:27:51 pm »
I like turtles:
-They can't really "run" away
-They aren't loud
-You don't have to look for them in winter

But I have no turtles  :P

453
Miscellaneous / Re: Do you work a job programming?
« on: July 28, 2011, 12:25:14 pm »
You should better ask, who of the ADULT persons are working as programmers - I'me 14  :P

454
Axe / Re: My little program
« on: July 28, 2011, 12:23:49 pm »
ephan:
I'll remove the grayscales and make them new.
I'm working on my plan, that the Ball will be changed to a line, which will always rotate so that it's 90° from the platform, even if it's walking in a circle (not calculatet, only inserting the correct picture of the line)



chattahippie:
If you want to see the problem, remove the
Code: [Select]
:.FIX BUG
: If Y=13
:  If getKey(2)+getKey(3)=0
:   Y+1->Y
:  End
: End
Then you'll see it.


buttsfredkin:
Thanx, I did not know that Axe is reading from left to right.
I'll change it.




Should I try to make a real game of it?

455
TI-Nspire / Re: [Lua] Bobby Carrot
« on: July 28, 2011, 12:08:33 pm »
this is the next part.
lava! Yay!  :D

I'll continue it.
Is there a possibillity to change the maximum allowed attahment size?
I don't have enough place for the animation...  :P

456
Miscellaneous / Re: The Latest Ubuntu Installer Rocks
« on: July 27, 2011, 01:15:29 pm »
That's possible.
The last time I wrote him a PM, he answered 3 days later.
But I'm sure he's every day on.

Too much PMs?

457
Miscellaneous / Re: The Latest Ubuntu Installer Rocks
« on: July 27, 2011, 12:05:16 pm »

YOU HAVE 438 Personal Messages?  :o  O.O

458
Axe / My little program
« on: July 27, 2011, 11:11:26 am »
I've made a little program in Axe language. (axe 1.0.2)
I've tried to make a program, where you (a ball) can walk on courved lines, and needed a bit more than two hours for it.

But the ball is standing in the air if the Y-coord is 14.
So I added
:if Y=14
:if getkey(2)+getkey(3)=0
:Y+1->Y
:End
:End

But why is the ball stopping there?



It's NOT a finished game.

459
TI Z80 / Re: mrmprog's game
« on: July 27, 2011, 10:30:45 am »
I thought of something like this:



Now, your Program makes that:
Quote
--  -  - -  - --- -

-- - ---- - --- --
-- - - - -  --  --


- - -- - ---- --
----- -- - ---- -

- - --  --- -- -

--- --- --  -- -

--- --- - -- -- 
-- ---- - - ----



If you make it like this:
Code: [Select]
:rand^16 -> A           //A is the Y-coord of the line
4*(A) -> A

the game would look like that:
Quote
--  -  - -  - --- -



-- - ---- - --- --



-- - - - -  --  --



- - -- - ---- --



----- -- - ---- -



- - --  --- -- -



- - --  --- -- -



--- --- --  -- -



--- --- - -- -- 



-- ---- - - ----

It will be better like that, because else there are giant grey blocks of 3 or 4 lines, each one intersecting each other.


With this you'll get the best results iv you use many lines.





Another idea:
Try to use
:pt-off(X,Y,[FFFFFFFFFFFFFFFF])
:pt-on(X,Y,[code of smiley])
It'll make a white space behind the smiley, so that you can see it better.

460
TI Z80 / Re: mrmprog's game
« on: July 27, 2011, 10:02:13 am »
looks not bad - it looks good!
You may add, that the lines are just possible to be at every trind line of the screen, or something like this. (then they are not like giant, grey blocks of 4 or 5 lines)

I think, A ball or a smiley would be a better than a stickfigure. (you can't really see, what the pic is; ih's hard in cause of the grey lines)

461
TI-Nspire / Re: [Lua] Bobby Carrot
« on: July 27, 2011, 07:38:19 am »
Hayleia:
I think it'l be only a bit different like your idea:

They'll shoot blocks at each other, shoot fireballs,...
Then, the map disappears in a big fireball and everything is burning. (but NOT the two rabbits)
The two rabbits are lying on the floor.
The third rabbit comes to them and laughs about them.

Then, another enemy will appear.
I'm still not sure, what yn enemy it would be.
Maybe an angry carrot...




Chockosta:
Would you like to survive?
(the chocolate=you)

462
TI-Nspire / Re: [Lua] Bobby Carrot
« on: July 26, 2011, 11:57:26 am »
Thanx!
I'll continue with it in a few days.
(Tomorrow it's the last school-day...)

any wishes yet?

463
TI Z80 / Re: Ever corrupt your archive?
« on: July 26, 2011, 09:01:27 am »
great tool!
Spoiler For thepenguin:
I havehad more Programs than you  ;D (before I had to make an archieve clear) :P

464
General Calculator Help / Re: My OS (2.43) is a heap of ruins!
« on: July 26, 2011, 08:21:49 am »
I had 0.43b before.

I'll upgrade to 1.0.2 today.

465
Miscellaneous / Re: Userbars: Do you make any?
« on: July 26, 2011, 06:01:24 am »
You forgot one:

Pages: 1 ... 29 30 [31] 32 33 ... 61