196
Miscellaneous / Re: Userbars: Do you make any?
« on: July 15, 2011, 01:45:36 pm »
I just made my first gimp userbar!
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. 196
Miscellaneous / Re: Userbars: Do you make any?« on: July 15, 2011, 01:45:36 pm »
I just made my first gimp userbar!
197
Lua / Re: Sorting tables« on: July 15, 2011, 01:08:27 pm »
Interesting... could be very useful.
Thanks, ephan! 198
Lua / Sorting tables« on: July 15, 2011, 01:01:23 pm »
Hi again!
Just wondering, how do you use the sort feature in Lua for tables? Thank you very much! 199
Lua / Re: What's wrong with my code???« on: July 15, 2011, 12:42:16 pm »
Sorry for the delay in the reply.
Jim, thanks for the advice, I'm working on doing that. No, this isn't for the contest. I'm working on an RPG for the contest, although I may have to switch to a puzzle game... I'm running out of plot ideas. 200
Introduce Yourself! / Re: Hi everyone, I'm new and way lost lol« on: July 15, 2011, 12:38:36 pm »(As someone who's developing one right now, let me tell you that RPGs are not for the faint of heart. Good luck! )How true. 201
TI-Nspire / Re: [Lua] RayCaster« on: July 15, 2011, 12:37:44 pm »
Changing the subject...
The map looks really great, Chockosta. I'm glad you're on our side, not TI's. [/feeble attempt at humor] 202
Introduce Yourself! / Re: Hi everyone, I'm new and way lost lol« on: July 15, 2011, 12:21:53 pm »
Hi, welcome ot Omnimaga!
Wow, I haven't heard of many people getting a calculator to play games on it If you go with the nspire, I would suggest learning nspire BASIC. It's really easy to learn and offers a easy stepping stone to Lua (also easy to learn). Have fun, and here are your peanuts! 203
Introduce Yourself! / Re: Hey, I'm Ti-Programmer« on: July 13, 2011, 02:03:26 pm »
Hi! Welcome to Omnimaga!
If you're looking for lua help, this is definitely a great place to go! 204
Lua / Re: What's wrong with my code???« on: July 13, 2011, 01:23:45 pm »
Yup, I even talked to Goplat, followed his instructions, didn't work.
205
Site Feedback and Questions / Re: German section in Omnimaga« on: July 13, 2011, 12:35:27 pm »
We're getting a lot of German programmers suddenly. I don't think activity would be a problem.
206
Lua / Re: What's wrong with my code???« on: July 13, 2011, 12:23:31 pm »print() outputs strings to the console on nspire_emu.That's a problem... I can't get nspire_emu to work on my computer w/ OS 3.0.1. It just gives me the screen it gave the bricked calcs. 207
Lua / Re: What's wrong with my code???« on: July 13, 2011, 12:19:38 pm »First try to locate the problem by removing the code which doesn't contribue to it.Print? This is for the nspire... I'll try removing the unnecessary stuff, but at this point, there isn't much of that. 208
Site Feedback and Questions / Re: German section in Omnimaga« on: July 13, 2011, 12:12:52 pm »If there'll be a german section, more german programmers will join Omnimaga. Seriously, though, not a bad idea. 209
Lua / What's wrong with my code???« on: July 13, 2011, 12:04:11 pm »
Hi, everyone!
I've been working on a Pacman game for the nspire in Lua, but I've encountered a major problem, and I have no idea what's wrong. The problem: I made a function wallcheck() to check if Pacman ran into a wall, which stops him from moving. It works fine when the script is first created, but as soon as I use an arrow, it completely ignores the wallcheck() function an proceeds to run through walls. I've tried just about everything, to no avail. Please help! Here is the code for my game thus far. Code: (Pacman Lua) [Select] function on.enterKey() EDIT: Removed things that do not immediately pertain to the problem.
210
TI-Nspire / Re: Pacman Lua Levels Needed« on: July 12, 2011, 12:52:09 pm »
Whoa, those levels are way too big.
I was thinking more along the lines of the levels in one of the Pacman games for the 84 on ticalc.org |
|