Menu

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.

Show posts Menu

Messages - Yuko Ichihara

#1
In space quest on of the big things in the number of ways to die, so I decided to make it like
fights and so the bat you see is of Rosario + Vampire in the series the bat said the lengths of each fight after their completion...so yah, this is what would happen if the bat was in the space quest series.




Hope you like them
#2
My game has a text box in it which is constantly active (well except when the menu is open, game paused...etc) and the player can press esc or F1-F12 to perform various game play commands such as save, restore, sound on/off.

If you've played any of the older parser Sierra games (Space Quest 1-2, Kings Quest 1-3) you'll realize what my game is trying to be like.

Anyways my problem is that when I changed over to 3.1 and tried running my game instead of the F1-F12 keys sending to the scripts like before when pressed they now place a letter (eg, j) in the textbox on the screen. The esc key is the only one the works...oh and  Ctrl-Q to quit still works to.

Any ideas on why this happened or how to fix it woluld be appreciated, thx.

If more info is needed simply ask and I will post it.

P.S. - Sorry If this is a Technical Forum related question.
#3
Thanks that fixed the problem so now it works. :)
#4
I know this has been asked before,  but after trying all the different 'solutions' I decided to specifically post my situation and problem.

I'm trying to create a text parser GUI similar to that of the older Sierra games like Kings Quest I.

I've created a TextBox GUI which is shown all the time...well except for when text pops up or saving/loading etc...
I use the -
Code: ags

function textboxname_Activate (GUIControl *control) {
//Do something based on input
}

When I test it pressing enter does not perform the actions in the function, I even tried making it display a GUI.

I had previously tried using the On_Activate (GUIControl *control) function but it kept giving me errors in regards to the parameters and other errors.

Normally I'm really good with scripting but this is weird...I've tried a number of things and looked at examples but still nothing...so any suggestions would be appreciated.
SMF spam blocked by CleanTalk