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

Topics - Kain_V

#1
Hi, I have my game complete about 40% and when I'm testing it I have a speed problem.
The game is with actors, so when the player picks up an item, I have a video playing showing him taking the item.
The thing is when I click on the object the game freezes for some seconds and then play the video.

The question is: Is there any way to make it play faster?
#2
Hi everyone, I just searched manual and forum for this, tried a few things and still came empty handed.... :(
My question (maybe a bit silly though) is this: How do I use an inventory Item on a Hotspot, Object or Character?
Thanks in advance! :D
#3
Hi, I am trying to make a GK2 style game so I have a GUI appearing on the bottom of the background room (always visible) . And I want the mouse to change mode each time it passes the edges of the room to an exit mouse cursor, and then to change back again. So I put 3 hotspots with the following code:

Code: ags

function hHotspot2_MouseMove()
{
  mouse.SaveCursorUntilItLeaves();
  mouse.Mode= eModeRoomExitL;

}

function hHotspot3_MouseMove()
{
  mouse.SaveCursorUntilItLeaves();
  mouse.Mode= eModeExitright;
}

function hHotspot4_MouseMove()
{
  mouse.SaveCursorUntilItLeaves();
  mouse.Mode= eModeExitDown;
}


The problem is that when my cursor passes the hotspot at the bottom edge and moves over the GUI it changes to exit cursor and stays that way... How can I set a specific cursor mode when the cursor is over the GUI?

For an image go to:

http://img24.imageshack.us/my.php?image=roomgui.png
#4
Hi, I have a problem with the character's animation.
I have View1 with loop0(down), loop1(left) and loop2(right).
When I run the game to test it, my character is moving ONLY left and right. It's like it can't see the loop0 for down...
Can anyone help?
#5
Hi everyone, I am trying to develop an adventure game in Gabriel Knight 2 style.
So what i want to know is how can we display (when the game runs) the room in a smaller window, on a picture with the GUI controls. See the example.

Example:


Any help would be appreciated!
Thank you in advance!
#6
Hi everyone, I am new to AGS forum and I was wondering if someone can help me with a problem I have.

I'm trying to make an adventure game in Gabriel Knight 2 style, so here's the thing:
I took a picture of a person to make an annimation, edited on photoshop to clear the background environment and
tried to import it on sprite section on AGS. I have tried everything but my image keeps coming up with a white
border... I tried to edit it (with default image editor) and then got a pink border...

I searched the manual and the forums but didn't find anything that could help me.
I set the game up to run in 1024 resolution, think this might be the problem?

Please if anyone can help me, I would really appreciate it.
Hope i didn't bore you, and thank you in advance!    :D
SMF spam blocked by CleanTalk