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

Pages: [1]
1
Lua / Re: -=-=Phoenix Engine=-=- (Version 0.3)
« on: October 14, 2015, 03:01:14 pm »
Looks great! How long have you been working on it so far, what was the biggest roadblock that you had to get around, and how big is it with all those fullscreen images?
Hello! Nice to see you have some questions, and I'm glad to answer!
I've been working on it somewhere for about a week or so.
The biggest roadblock (so far) was probably character animation, which took a day.
And finally, the size of the file so far is....... around 109K

2
Lua / Re: -=-=Phoenix Engine=-=- (Version 0.3)
« on: October 13, 2015, 07:24:17 pm »
Looks cool! This is in Lua, I assume?
Correct!

3
Lua / -=-=Phoenix Engine=-=- (Version 0.3)
« on: October 13, 2015, 05:36:58 pm »
NOTE: Phoenix Engine is not even CLOSE to completion, and as such is not available at the moment. Sorry!




Q:What is Phoenix Engine?
A:You know Phoenix Wright? No? Get out. If you do, it's that but on a TI-Nspire

Q:How does it work?
A:It runs on a (very bad) code system I wrote!

Q:Can I play it?
A:Not yet, it's still pretty bad.

Q:When can I play it?
A:Soon.

Q:What do you need to get finished?
A:See below. I compiled a rough list.

Q:What if I have a question not on this list?
A:That's what replies are for! Go ahead, ask away!
[/font]

Screenshots!







To Do!

Text animations
Making animations better
More characters
Decreasing file size
Optimizing for TI-Nspire
Making custom story (So I won't get in trouble with copyright)



-ccooldean

4
Lua / Re: Well, I need help again.
« on: August 18, 2015, 06:33:10 pm »
You'd need to show your code.

One thing I can think of that you may be doing: calling image.new() more than once (per image). If you're doing that, don't look further (for now), it's the culprit.

That's what I'm doing. Whoops. I think I saw something in the manual for the Lua API, so I'll give that a shot! Thanks for being useful twice today!

5
Lua / Well, I need help again.
« on: August 18, 2015, 04:52:46 pm »
So thanks to the last post, I've made some significant progress.

when the program is emulated.

It, however, does nothing on my ACTUAL TI-Nspire, except show the first screen:


I noticed an icon in the top right when the program is run, and here it is:
Well... I can't get the icon to reappear, but I think I know what's wrong. I just don't know how to fix it.
The screen isn't updating!

I would assume the icon means low ram, so would anyone be willing to help me update the screen/tell me what this icon means?

EDIT: Looks like I was right!

Can somebody help me fix this?

6
Introduce Yourself! / 'sup?
« on: August 18, 2015, 01:31:04 pm »
I'm pretty new to the TI-Nspire and Lua coding in general, and I heard of this place from reddit, so here I am!
So far I have a pretty cool project planned, but I'll just give you a screenshot.



Edit: I have made the logo now! (WARNING: Very High Res.)
Logo is here: http://i.imgur.com/F9an8Mq.png
Edit 2: Yes, I do realize the logo is missing the top of the I in Version. It was a mistake.

7
Lua / Re: I'm new to Lua (and to this forum) and need help!
« on: August 18, 2015, 12:55:16 pm »
EDIT: Nvm. This reply is irrelevant. I figured it out. Thanks, though!

8
Lua / I'm new to Lua (and to this forum) and need help!
« on: August 18, 2015, 11:15:51 am »
Lately I've been trying to learn how to use my TI-Nspire to make stuff in Lua, and let me say, the official tutorials and documentation have been..... less than useful.
I'm trying to make Phoenix Wright (or at least an engine) in Lua. But I have a few questions, and since I'm new, I figured I'll give it a shot here.
Here is what I have so far:

Actual screenshot:


Code:


And here's a list of what I need to learn how to do:
  • Animations. The characters are completely still.
  • Making the textboxes scroll text. I really don't need to learn this right away, but it's in the list.
  • How to click on things and have an action happen. i.e. Text appear, character swap, etc.
  • How to make characters fade in and out.
If I get these questions answered I'll (eventually) release the engine!

Thanks!

Pages: [1]