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

#221
Works like a charm!!!
#222
Sorry, but this doesn't work either. :(
#223
On this line:

if ((System.AudioChannels.IsPlaying) && (System.AudioChannels.PlayingClip != null) && (System.AudioChannels.PlayingClip.Type == type))

I am getting an error msg.

must have an instance of the struct to access a non-static member
#224
It is not working in either place.  Room script or global.
#225
I created it in the global script and it still is not changing the graphic.
#226
Cool, I've give this a shot.  If it doesn't work, I'll use the volume. Ahem, didn't even think of that.
#227
Ah.

Where is "repeatedly_execute_always"?
#228
Beginners' Technical Questions / Pause Audio
Thu 07/07/2011 02:01:47
Is there a way to pause the audio while a "Save/Load/Quit" gui is up?  If I stop the audio and the player decides to return to "play" or "save" then it is kinda tricky knowing which audio to start up again (don't have all the music on channels) since that gui can come up anywhere in the game.
#229
I am currently using a hourglass for my "wait" mouse cursor.  I would like to change that to a pointer when a speech gui is displayed.  How can I do this?  I tried this in my room repeat exec and it does not change.

    if(Mouse.Mode == eModeWait) {
      if (gGui3.Visible == true) {
          mouse.UseModeGraphic(eModeInteract); }}
#230
Ok, sticky keys are not turned on.
#231
I found the setting.  Great.

How do I tell if "sticky keys" are turned on in Windows?

I don't have Photoshop on my computer.
#232
1. ok
2. ok
3. ok
4. "Build -> Run without debugger" is what I selected and I didn't see any other options in preferences
5.  Code from the global script.  Keycode 27 is what I am using for the Escape key.

function on_key_press(int keycode) {
  // called when a key is pressed. keycode holds the key's ASCII code
  if (IsGamePaused() == 1) keycode=0;  // game paused, so don't react to keypresses
  if (keycode==17)  QuitGame(1);   // Ctrl-Q
  if (keycode==363) SaveGameDialog();   // F5
  if (keycode==365) RestoreGameDialog();  // F7
  if (keycode==367) RestartGame();  // F9
  if (keycode==434) SaveScreenShot("scrnshot.bmp");  // F12
  if (keycode==19)  Debug(0,0);  // Ctrl-S, give all inventory
  if (keycode==22)  Debug(1,0);  // Ctrl-V, version
  if (keycode==1)   Debug(2,0);  // Ctrl-A, show walkable areas
  if (keycode==24)  Debug(3,0);  // Ctrl-X, teleport to room
  if (keycode==27)  {
      gIconbar.Visible = true;
      aSound10.Play(); }  // Escape
}

Thanks for the explanation on 64-bit
#233
1.  Is AGS compatible with Windows 7
2.  Has anyone made a game with Windows 7 yet?
3.  I started creating my game with Windows XP and thought I'd finish it with Windows 7.  Is this a bad idea?
4.  When running the game from the editor - I only get the windowed mode
5.  I set up the Escape key to bring up the Load/Save gui and the Escape key does not always work.
#234
General Discussion / Re: Need your support
Wed 15/06/2011 23:49:39
Nice of you to say, Atelier.
#235
General Discussion / Re: Need your support
Tue 14/06/2011 23:53:00
Carter came in at 41, a leap from 74, which is impressive.  We gave it a shot and even though we didn't make it, thank you very much for the votes.
#236
General Discussion / Re: Need your support
Sun 12/06/2011 02:55:21
Quote from: Stupot on Sun 12/06/2011 01:33:04
Haha, he is a cute kid for sure!
I've voted, and expect that in return you train him well in the ways of the adventure gamer.

You know that's going to happen.  My granddaughter is 7 and I've already got her addicted. :)
#237
General Discussion / Re: Need your support
Sun 12/06/2011 02:54:08
You guys are awesome.  Thank you!
#238
General Discussion / Need your support
Sat 11/06/2011 21:23:10
Hello dear gamers. This is Ghostlady from Mystery Manor Adventure. I am hoping to get some support from the gaming community, since we are such a unique group that stick together.

My little nephew Carter is up for poster baby on Parents magazine. We need some votes to boost his ratings. Please vote for Carter here:

http://photos.parents.com/parents-cover-contest-2011/23/2011/51

This link will change (number at end) when his rank moves up or down so be sure to look for Carter.

Here is his pic:  http://www.mysterymanor.net/junk/Carter.jpg

Thank you all so very much if you vote. It is much appreciated.
#239
What is BJ2 deluxe?
#240
Yeah, I guess .avi's would be too big.

Since currently my characters are part of the background, do you think I could cut off the head, change the mouth and frame that?
SMF spam blocked by CleanTalk