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

Pages: 1 ... 91 92 [93] 94 95 ... 119
1381
TI Z80 / Re: FADE
« on: November 24, 2011, 03:56:30 pm »
Or do #2 and when you click an option, it strobes for a sec, then continues.

OH I like that!

edit: well i'm keeping menu 2! It seems the best! And I'll probably use the strobe later!
But here is the game file so far, and I'm going to add an ending screen, then I'll upload it to omnimaga and ti calc! :) happy gaming!

EDIT: IT...HAS...BEEN..RELEASED!

1382
TI Z80 / Re: FADE
« on: November 24, 2011, 02:15:53 pm »
They idea is its a stobe light effect, but yeah it is a little too crazy :)

here is it slower


1383
TI-BASIC / Re: nooboish prgrammer
« on: November 24, 2011, 02:14:17 pm »
sure thing! (be careful how many people you let help though, lol, you'll be spending more time in the credits then the actual code! :) )

1384
TI Z80 / Re: FADE
« on: November 24, 2011, 02:10:39 pm »
lol not really :P

right now it's all three with the mode option

1385
Axe / Re: Axe tile mapping! HELP!
« on: November 24, 2011, 02:08:08 pm »
yeah you helped a lot!

1386
TI Z80 / Re: FADE
« on: November 24, 2011, 02:07:56 pm »
Yeah the third is a little obnoxious but it's cool, right now the program is set so if you press mode, it inverts everything, so holding it has the strobe effect!

1387
Axe / Re: Axe tile mapping! HELP!
« on: November 24, 2011, 02:05:07 pm »
I think I get it! :)
So I can try and answer some questions, I probably won't know all of it but I was able to put tiles in my program (by the way go check out the FADE thread!)

1388
TI-BASIC / Re: nooboish prgrammer
« on: November 24, 2011, 01:50:38 pm »
It actually is....But Ticonnect (i think) is easier to understand, atleast for me. just use what your most comfortable! :)

1389
Axe / Re: I need help optimizing
« on: November 24, 2011, 01:42:27 pm »
lol, so I ran this program on Wabbitemu, and it crashed it the moment I tried to jump! lol I wonder what happened :w00t:

1390
TI Z80 / Re: FADE
« on: November 24, 2011, 01:36:02 pm »
ok so here is an update! I can't decide between three menus!

menu1-black
menu2-tiled
menu3-strobe

Which do you all like!

Here are the screenies in order!

1391
Axe / Re: Axe tile mapping! HELP!
« on: November 23, 2011, 10:51:13 pm »
ok so


:.TILE
:[01010101]→GDB1 
:[01000001]
:[01000001]
:[01010101]
:[FFFFFFFFFFFFFFFF]→Pic1
:Repeat getKey(15)
:For(B,0,3)   
:For(A,0,3)   
:{B*4+A+GDB1}→T   
:If T
:T--
:Pt-On(A*8,B*8,T*8+Pic1)   
:End
:End
:End
:DispGraph
:ClrDraw
:End


ok now how do I make a bigger box?

1392
TI-BASIC / Re: nooboish prgrammer
« on: November 23, 2011, 10:48:41 pm »
http://www.ticalc.org/archives/files/fileinfo/428/42813.html

download it then upload it through ticonnect

1393
Axe / Re: Axe tile mapping! HELP!
« on: November 23, 2011, 10:45:09 pm »
:.TILE
:Repeat getKey(15)
:[01010101]→GDB1  
:[01000001]
:[01000001]
:[01010101]
:[FFFFFFFFFFFFFFFF]→Pic1
:For(B,0,3)   
:For(A,0,3)   
:{B*4+A+GDB1}→T   
:If T
:T--
:Pt-On(A*8,B*8,T*8+Pic1)   
:End
:End
:End
:DispGraph
:ClrDraw
:End


so this is my code for my tile practice, and as you see it displays a box in the upper left hand corner of the screen, but I can't figure out how to make this a bigger box! What do I adjust?

1394
TI-BASIC / Re: nooboish prgrammer
« on: November 23, 2011, 10:12:47 pm »
I totally agree^^

1395
Axe / Re: Axe tile mapping! HELP!
« on: November 23, 2011, 10:04:58 pm »
ok thanks! :)

Pages: 1 ... 91 92 [93] 94 95 ... 119