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

Pages: 1 2 3 [4] 5 6
46
TI Z80 / Re: My first game
« on: May 27, 2014, 09:00:25 pm »
I have seen other people's source code but I can't get it to work.
On my tests I do:

Code: [Select]
.SAVE
getCalc("appvarTest")->M
repeat getkey(15)
output(1,1,M dec,i) //basically output m
if getkey(10)
M+1->M
end
end
M->{getCalc("appvarTest")}


47
TI Z80 / Re: My first game
« on: May 27, 2014, 02:49:37 pm »
I'm adding a shop now :D . Also I really need help with Appvars....

48
TI Z80 / Re: My first game
« on: May 26, 2014, 11:14:36 pm »
The enemy can fight back now and now there are potions.

49
TI Z80 / Re: My first game
« on: May 25, 2014, 11:03:23 pm »
I fixed the bug and it turns out that list 5 works better than list 4... now the healthbar works (for the enemy). I'm too lazy to add a health bar to the player so i'm outputting the health. Also I'm trying to learn how to use appvars for saving but it doesn't work. can someone teach me?

50
TI Z80 / Re: My first game
« on: May 21, 2014, 08:00:23 pm »
Apparently, I used list 4 up to 477 and i don't have any other lists to use so what should I do? List 4 causes the link error...

51
TI Z80 / Re: My first game
« on: May 20, 2014, 08:53:19 pm »
wait friction on what?

52
TI Z80 / Re: My first game
« on: May 20, 2014, 08:45:27 pm »
my program is only 10k

53
TI Z80 / Re: My first game
« on: May 19, 2014, 03:26:46 pm »
Can anyone help me please? this will make progress even slower

54
TI Z80 / Re: My first game
« on: May 16, 2014, 02:25:05 pm »
Now whenever I exit the app It says Error:Link and I have to mem clear. help again?

55
TI Z80 / Re: My first game
« on: May 15, 2014, 03:49:03 pm »
When I try to compile my program, it says not enough rom even though I have 1014k? help pleas

56
TI Z80 / Re: My first game
« on: May 12, 2014, 09:57:28 pm »
This is just an example. There are still some bugs though :D.

57
TI Z80 / Re: My first game
« on: May 10, 2014, 09:04:09 pm »
I am releasing a beta version. The ninja class is the only class that works and you can pick up coins when you kill the enemy! :D please test the game to find any bugs and post what you like or dislike.

58
TI Z80 / Re: My first game
« on: May 03, 2014, 02:22:17 pm »
I finished the bug with the enemy floating on the ceiling and now you can attack and kill him. More progress soon :D

59
TI Z80 / Re: My first game
« on: April 23, 2014, 09:46:25 pm »
Sorry for not updating but I still have the problem for the enemy. Apparently ti connect is being mean to me and I can't upload so i might have to write all the code down by hand/keyboard. Never mind. I got it to work so can anyone please look at my code to see what is wrong with the enemy?

60
TI Z80 / Re: My first game
« on: March 17, 2014, 11:10:09 pm »
I am sorry for the lack of progress but I am trying to fix a bug where the enemy won't be in the correct coordinates or more specifically, he is floating in mid air.

Pages: 1 2 3 [4] 5 6