Page 3 of 5
Re: Last Legacy: Null Space (Release Candidate 2)!

Posted:
June 14th, 2014, 7:05 am
by AwesomeRandomGamer99
The Final Boss fight was good, but there was a problem(at least with me). When the final boss says his signature line, it froze until I clicked the mouse. When this first happened, I was frozen and couldn't move, leaving me vulnerable to the enemies attacks. Besides that little issue, it was a great update and I look forward to seeing the final product.
AwesomeRandomGamer99
Re: Last Legacy: Null Space (Release Candidate 2)!

Posted:
June 17th, 2014, 4:00 am
by GrandPiano
AwesomeRandomGamer99 wrote:The Final Boss fight was good, but there was a problem(at least with me). When the final boss says his signature line, it froze until I clicked the mouse. When this first happened, I was frozen and couldn't move, leaving me vulnerable to the enemies attacks. Besides that little issue, it was a great update and I look forward to seeing the final product.
AwesomeRandomGamer99
If you had to click the mouse to get back in, the focus probably left the window, which means that the game was still running, but the computer's focus was on something else, so your keyboard inputs weren't going to the game. Has this happened more than once?
Re: Last Legacy: Null Space (Release Candidate 2)!

Posted:
June 17th, 2014, 8:11 am
by AwesomeRandomGamer99
GrandPiano wrote:AwesomeRandomGamer99 wrote:The Final Boss fight was good, but there was a problem(at least with me). When the final boss says his signature line, it froze until I clicked the mouse. When this first happened, I was frozen and couldn't move, leaving me vulnerable to the enemies attacks. Besides that little issue, it was a great update and I look forward to seeing the final product.
AwesomeRandomGamer99
If you had to click the mouse to get back in, the focus probably left the window, which means that the game was still running, but the computer's focus was on something else, so your keyboard inputs weren't going to the game. Has this happened more than once?
This happened only when I was fighting the final boss. It never happened at any other places.
Re: Last Legacy: Null Space (Release Candidate 2)!

Posted:
June 22nd, 2014, 8:55 am
by GrandPiano
You're sure you didn't click outside the window when he said his line?
Re: Last Legacy: Null Space (Release Candidate 2)!

Posted:
June 22nd, 2014, 9:03 am
by CedarBranch
GrandPiano wrote:You're sure you didn't click outside the window when he said his line?
In AwesomeRandomGamer99's defense, I just started having this issue myself too, except while I was playing some LL Portal levels. I think it might have something to do with cinemas [in this version], but I don't really know for sure.
Re: Last Legacy: Null Space (Release Candidate 2)!

Posted:
June 22nd, 2014, 11:29 am
by Runouw
Some really weird bugs happen in flash player sometimes. It could be that a textfield or another object took the stage's focus. This probably happened by clicking on something in HUD, maybe the text dialog. Which means that component was getting keyboard inputs and blocking the game from reading the keyboard inputs.
I've had to manually code the game to steal the stage focus sometimes, but I guess I haven't fixed all the problems. This is also why after re-spawning, the character may sometimes run around on his own. Because the stage focus was lost for a short amount of time (while the key was unpressed) then the game missed the message that a key was unpressed.
Re: Last Legacy: Null Space (Release Candidate 2)!

Posted:
June 25th, 2014, 6:15 am
by Karyete
Not sure if this has been mentioned yet, but there are quite a few tracks that don't even work. (adventure theme, desert castle, etc.)
Re: Last Legacy: Null Space (Release Candidate 2)!

Posted:
June 25th, 2014, 4:20 pm
by AwesomeJRFD
Karyete wrote:Not sure if this has been mentioned yet, but there are quite a few tracks that don't even work. (adventure theme, desert castle, etc.)
I just recently noticed this as well and posted about it in the Crush The Bugs thread. Weird how it hasn't been noticed before.
Here's a list of missing songs:
- Adventure Theme
- Void Meadow
- Cathedral
- Desert Castle
- Boss Battle
- Amyxo
- Espionage
- Marcia Minor
- Techno Cave
- Sanctuary Echo - Orchestral
- Inspirational Rock
- Final Theme
- Town Theme - Valtameri
- Overworld
Re: Last Legacy: Null Space (Release Candidate 2)!

Posted:
June 27th, 2014, 11:57 am
by Karyete
mfw I found out Desert Castle doesn't work. I almost cried.
Re: Last Legacy: Null Space (Release Candidate 2)!

Posted:
June 27th, 2014, 12:06 pm
by Runouw
I had to remove songs to keep the filesize down. 20 megabytes takes up a lot of bandwidth.
I'll make a version soon with all the songs added in it. It will probably for the .exe version only.