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

#182
the room was save many many times...

at some point I did though import a new bacground & bymistake loaded a wrong one. (so it disabled all my regions)...

THNX

& B Carefull Everyone ! !
#183
Idonno
it happened to me twice,
I loaded a room and all of the drawn hotspots&regions disapeared.

Well for now I just drew them again.

Scary....
#184
is there a script like GetObjectY but for a character.
I want to beable to hit the chracter only when he is bigger than y,150
#185
What I wanted was to have a full inventory in the icon bar.
and to disable the inventory window.
(like a Lucasarts-style inventory but popup)

The defualt "Mouse Ypos"  didn't let me use an item on antoher item.

So I made the iconbar a "popup model" and put a y hotspot in everyroom,
(if cursor is over hotspot then turn on gui)
I hoped that it may solve the inventory problem and it did.

But then I noticed that it paused the game and I didn't want it to.?

after trying to solve the problem I posted..
and I got two answers.


1)Ashen: Change it's visibility setting to 'Normal' instead of 'Popup Modal'.

(cuase the popup model pauses the game)


2)monkey0506 gave me this code to use instead of the hotspots:

function game_start() {
  GUIOff(INV_GUI);
  }

function repeatedly_execute() {
  if (mouse.y > Y_POS) GUIOn(INV_GUI);
  else GUIOff(INV_GUI);
  }


Now eveerything is perfect :o)
#186
Help!

I loaded a room and all of the hotspot and walkable areas have disapeared!?
#187
NM my GUI is now fine...

:o)

#188
Beginners' Technical Questions / THNX
Fri 04/03/2005 05:52:20
THNX THats cool..
#189
Beginners' Technical Questions / Oops
Fri 04/03/2005 05:47:48
I Asumed the replay was from monkey0506 & I didn't notice It was from SSH
So ignore the mistaken post... Oops!

SSH :
1) Yes I did read it & I replyed saying that it won't fix my problem becuase I have a long inventory on the icon bar and it has problems with it!

2) In ags there are all kind of rules (like: popup gui pauses game)
and usualy there is either a way around them or they can ve changed...
I know that popup gui pauses game. thats why a made a post.
Asking if anyone knows how to make it not pause or how to use normal gui with a long inventory & monkey0506 gave me the code that helped.

monkey0506:
1) You can check the topics I started and see that I was the last one to post in almost all of them, either with  a Thankyou&Solved or with a further question.
The only times I didn't post last is when someone posted somthing irrelavent or towards someone else.
I even posted with a thankyou even though that I din't need the answer anymore.
So maybe It's not likeley, but for now I have probobly up to 20 post I started, so that makes it simple to follow them...

2)Some of my post may not have enough information but most of them do.

3)As I said I'm new to foruming and I'll try to search the forums before posting.

BTW ido'tven knowhow to insert yur qqqqqqqqtes normaly.
#190
THNX
But I didn't check the code..
Becuase I'm not going to do the thing I wanted to do in my game cuase it rases other complications...
#191
Beginners' Technical Questions / ???
Thu 03/03/2005 15:10:20
It's nice you admit that you were rude and out of order but why o it again?

Now you are acusing me of not reading an answer that someone wrote for me and telling me that I was rude!?#?

I read everything people write to me (emails, forums, letters,...);
&
for now I have replied every post that was posted to me in this site.
This is the first forum I am using.

ANyways... I hope you will enjoy my game.. (90%Complete)
#192
first of all thanks for the code,..


second:

Quote
1. Describe the problem in more detail.
2. Change the X-value of the GUI.
3. Try posting the code that you have.
4. READ THE MANUAL.*
5. READ THE BFAQ.*
6. SEARCH THE FORUMS.**
Quote

1) most of my problems are described with enough detail.
2) don't understand what u are saying and y?
3) I usually post code when It's nessacary
4) I ALLWAYS READ THE MANUAL & TRY TO SOLVE THE PROBLEMS MYSELF.*
5&6) Thats a good Idea, Ill try It out.
         I'm new to foruming & to scripting...
         & Iv'e never programed.
         So I probobly have alot more things to change,
         Like the way I script or the way I ask questions... etc..


Third

Quote
Please prepare to die.
Quote

That is  not nice to say to a new forum user who is working hard on a game for your comunity.
It's usually enough to explain things,
Telling a person to "Please prepare to die.",
should only be said if the person "doesn't give a dam"
and does what he wants.


:o)
No hard feelings.
I just hope that you'll use less the - flaming/death threat.
There is enough flaming death in our lives and in our world.

& 1 MORE THING
If u would kill me then I'd be stuck with a 90% ags game and with no one to help me finish.. It would be my lose and the comunity's loss.



BTW I loved what u said (in some other topic).
Quote
start off with a project with no prior knowledge of how to do any of the things
that you need to get done.
Assuming that you have no deadline to meet,
then you can take your time, and learn by experience.
That's the best way.
Quote

Ive been doing that all my life.
I copied the text to show people who don't do that.
#193
Beginners' Technical Questions / SOLVED :o)
Thu 03/03/2005 06:01:57
Pablo:
Thankyou
I can't us playsound instead beacueas I want the speech dialog.
So I used them both and it works fine!

DisplayBackgroundSpeech Doesn't Play The Speech Sound.
So all you need to do is PlaySound right after it.


Radiant:
I didn't have a problem with making a loop.
I had a problem of :
displayspeechbackground with speech sound in background
...


#194
what rep_ex & how do I script this?
#195
how do I change the walkable area view?

When my character walks in the mud he wears shoes.
(ok till now)
later on the game he buys boots and he wears them when walking on the mud.
How do I change the walkablearea 1 view 11 to view 12??
#196
displayspeechbackground with speech sound in background

displayspeechbackground doesn't play the speech sound???
problem.

I want someone to say somthing every 60 seconds but I don't want to wait
...?
#197
seem to work fine..

thnx
#198
Beginners' Technical Questions / I cant
Wed 02/03/2005 12:52:20
It's a special popup that imitates "mouse y" gui

I wanted to have my inventory in the iconbar (set to mouse y)
but mouse y doesn't work well with a long  inventory.
I can't use inventory on inventory...

So I put a hotspot that loads my popup iconbar in every screen in the y position,
I put allso had to have a hotspot that is on the hole screen that shuts off my popup iconbar.
So everything now works fine.
Except that I don't want my iconbar to pause the game...

So how do I solve It.

Maybe someone know how to solve the problem of mouse y iconbar not working well with long inventory.
#199
I don't want my popup gui to pause the game.

?
#200
Beginners' Technical Questions / i mean...
Wed 02/03/2005 11:26:42
what I mean is

I need the character to walk around random in walkable area 1.
(NOT SOLVED)

if thats not possible.. maybe it's possible instead to walk around in area
x(from 20 to 160) y(from 200 to 230).
SMF spam blocked by CleanTalk