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

#1
Critics' Lounge / White spots around graphics
Wed 09/02/2005 21:51:48
 :o

I have a stupid problem, I do all my graphiv artwork in Photoshop
and the problem is all the images end up with white portions
around them and elsewere in the image.

Am I using the wrong brush?
So, I end up with a white line all around my bird character, for example.
I use black as the color, I don't understand why the brush leaves
a white trail too.

Can anybody help, I don't know if thi is the right place to ask but I'm
sure some of you know what to do.
#2
Hi!Ã,  ;D

How do I get , for example, 3 inventory items to be used together and to form another item?
And they would have to disappear from the inventory. when all three form a new item.
Also, the order in which to use them on each other shouldn't matter.

So, if I use item number 3 and 1, and then use that with 2 it should produce the sam result
as new item=(item2+item1)+item3 and so on...

#3
Now that the lamp is working I can't figure out why the objects and characters
stop being animated when the player moves to pick up something or use
something.

For example, I set up an interaction with a lamp and a MoveCharacter before so
that the player has to actually walk over to the lamp, but while he is walking
everything else stops animating.

I checked in the manual for various versions of the MoveCharacter function
but they all seem to be blocking and when they run they stop all the
other scripts.

How does one retain the animating characters in the background?
#4
This question is a little smarter than the last one, I didn't find the answer in the FAQ.
I used the AGS help as a reference.

I can't quite figure out how to replace a background image. I have a lamp
in my room and when the character uses it I want to change the backgound image
to a one that has lightning effects which I added in Photoshop.

I created a new room and in the properties of the lamp's hotspot in the
first room I set up that when the player uses the lamp the character is
placed in the new room with the lightning effects. This is bad as I found
afterwards because I have to create duplicate objects and keep track of
them in both rooms which I don't know how to do.

I read in the scripting help file that SetBackgroundFrame can be used to
lock a certain image in the background animation. It also said that the lock
will be reset when the player exits the room. i don't want it to be reset, I want
the image to stay untill the player turns off the lamp and then the old
background is restored.

Should I make a variable that keeps track of the state of the lamp(on or off)
and changes the background image accordingly.

Something like this:

if light==1
      SetBackgroundFrame(1)
else
      SetBackgroundFrame(2)

But, then the frame lock would be released if player exits the room.
How can this be done?
#5
Well, I have a stupid problem. I was modifiyng a rooms background and when
I imported the file AGS said that the resolution is different and that all other
rooms have to be resized. even though the file I imported was 640x480 as
all the others. ???

After that a grey bar appeared on the top of my game, so the screen looks like this

xxxxxxxxxxxxxxx
Here
is
the game

It wasn't there before, when I place the cursor in the upper corner the inventory
bar appears over this grey bar.
What the hell is it and how do I get rid of it?
#6
Hi!

yesterday I started making a game for fun and I got the hang of AGS pretty quickly.
Then suddenl the Test Game option started making problems. When I press
Ctrl+T or choose it from the menu my game no longer starts, agsedit.exe freezes.
When I kill the agsedit.exe process the game eventually starts.

I tried starting the game with its own .exe file, it works perfectly. I tried loading different games in the AGS editor and running the Test Game option but no matter
what game I try to test, the editor freezes.

I don't understand what happened, I could test the game just fine for 20-30 times
and then all of a sudden it no longer worked. I tried restarting Windows but to no avail.

Does anyone know what could be the problem?
SMF spam blocked by CleanTalk