Page 10 of 12

Re: Navi - a message library (6/11 demo)

Posted: Tue Jun 19, 2012 8:10 pm
by MattJeanes
I'm going to hopefully rewrite a bit of this so it fits at an 800x600 scale, wish me luck!

Re: Navi - a message library (6/11 demo)

Posted: Wed Jun 20, 2012 3:31 am
by TechnoCat
MattJeanes wrote:I'm going to hopefully rewrite a bit of this so it fits at an 800x600 scale, wish me luck!
Good luck.

Re: Navi - a message library (6/11 demo)

Posted: Wed Jun 20, 2012 3:39 am
by litearc
MattJeanes wrote:I'm going to hopefully rewrite a bit of this so it fits at an 800x600 scale, wish me luck!
What do you mean? it shouldn't need any changes to work at a higher resolution.

Re: Navi - a message library (6/11 demo)

Posted: Thu Jul 04, 2013 1:14 am
by Squeegy
This looks immensely useful for a project of mine and I'm glad I don't have to code it myself. Thank you so much!

Re: Navi - a message library (6/11 demo)

Posted: Sun Jul 07, 2013 4:49 am
by Helvecta
Ahh! This is amazing!

I've been working on the exact same thing but never noticed this library. Yours is so well-structured, I've just got to look it over and rebuild mine after taking some pointers from your code!

Thank you litearc! And well done! :awesome:

Re: Navi - a message library (6/11 demo)

Posted: Wed Jul 10, 2013 6:03 am
by substitute541
Using this for my game now.

Re: Navi - a message library (6/11 demo)

Posted: Tue Jul 16, 2013 6:33 am
by substitute541
Not sure if this is a bug but when I select a choice on a message and replay the message again, it disappears before the choices are loaded.

Re: Navi - a message library (6/11 demo)

Posted: Tue Jul 16, 2013 7:14 am
by litearc
@substitute541: Try calling the message's init() function. The message keeps track of it's "state" internally, and the init() function resets the state. If that doesn't work, let me know and I'll see if there's a bug. Also, I'm really glad someone is actually using this.

Re: Navi - a message library (6/11 demo)

Posted: Wed Jul 17, 2013 2:48 am
by substitute541
litearc wrote:@substitute541: Try calling the message's init() function. The message keeps track of it's "state" internally, and the init() function resets the state. If that doesn't work, let me know and I'll see if there's a bug. Also, I'm really glad someone is actually using this.
Already did that but it won't work, so for now the only way I can go around this is to recall the _navi:new() function again.

Re: Navi - a message library (6/11 demo)

Posted: Wed Jul 17, 2013 6:39 am
by litearc
@substitute541: Okay, I think I fixed the problem. Can you try the updated version and see if it works? download/file.php?id=8073