Please login or register.

Login with username, password and session length
Advanced search  

News:

IRC channel - server: waelisch.de  channel: #wme (read more)

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.

Messages - A.Y.

Pages: 1 [2]
16
Help wanted and offered / Re: I work 3-d artist.
« on: November 06, 2007, 04:06:09 PM »
Thanks for the linck http://www.mobygames.com/game/windows/secrets-of-the-ark-a-broken-sword-game/credits
Trickster games is my friends. 
But I do not rush, and I find something really interesting to me

17
Help wanted and offered / Re: I work 3-d artist.
« on: November 06, 2007, 03:29:39 PM »
NDA

18
Help wanted and offered / I work 3-d artist.
« on: November 06, 2007, 02:02:32 PM »
Hello.
I work 3-d artist.
here is a link to my work.
http://www.free-lance.ru/users/Yar
http://www.brokenswordrus.hpn.ru/Bs/Bs4/Locationsbs4.html
at last, my only characters.
Can help with the creation 3-d characters,
unfortunately not have the chance to work for free,
because I have a small child and the family.
but dare to work for reasonable money.
Simultaneously I do my project on the basis of engine WME, and I need the advice programmer.
My icq - 346-079-316. my e-mail abramovyar@yandex.ru
Best regards Yaroslav.

19
Technical forum / Re: how to remove Actor?
« on: November 06, 2007, 01:18:20 PM »
Thanks.
but what about the second question?

20
Technical forum / how to remove Actor?
« on: November 06, 2007, 01:10:59 PM »
Hello.
Long did not appear in this forum,
during this time my son was born, and it already has grown a little.
I came time to start its project.
 
I would like to ask how to remove Actor from the Scene?
And, Entity can move independently like Actor?

21
Technical forum / Re: "LeftDoubleClick"
« on: June 16, 2006, 11:09:03 AM »
thank you, very much.

22
Technical forum / "LeftDoubleClick"
« on: June 12, 2006, 12:48:39 PM »
I need the actor, on "LeftDoubleClick", executing "actor.SkipTo(Scene.MouseX,  Scene.MouseY);".

/////in scripts\game.script
on "LeftDoubleClick"
{
      Scene.ApplyEvent("LeftDoubleClick");
}

/////in scripts\scene.script
on "LeftDoubleClick"
{
  // when the scene is left-clicked, just send the actor to the specified point
  actor.SkipTo(Scene.MouseX, Scene.MouseY);
}
on "LeftClick"
{
  // when the scene is left-clicked, just send the actor to the specified point
  actor.GoTo(Scene.MouseX, Scene.MouseY);
}

But the actor еxecutes action, and then comes back to performance of the previous action.
What can I correct it?

23
Technical forum / Re: ItemMoney.Amount
« on: June 11, 2006, 02:39:36 PM »
What I do incorrectly?
Um... everything?

I so knew...)))

Thank.

24
Technical forum / ItemMoney.Amount
« on: June 11, 2006, 10:16:24 AM »
I want to make the counter of money.
The hero goes and collects coins, or distributes them.
What I do incorrectly?

if //////////hero take money
{
 (Game.TakeItem("penny"))
 AMOUNT = ItemMoney.Amount + 1
}
else ///////hero drop money 
{
 (Game.DropItem("penny"))
 AMOUNT = ItemMoney.Amount - 1

25
Technical forum / Re: return to the previous scene
« on: June 10, 2006, 07:49:31 PM »
Thank.
At last that all works!

26
Technical forum / Re: return to the previous scene
« on: June 10, 2006, 10:04:44 AM »
wme.log:

13:03: Error opening file '[null]'
13:03: CAdScene::LoadFile failed for file '[null]'

27
Technical forum / return to the previous scene
« on: June 10, 2006, 09:54:28 AM »
I need to return to the previous scene.
But script does not work.
What I do incorrectly?

on "LeftClick"
{
Game.ChangeScene(PrevScene);
}

Pages: 1 [2]

Page created in 0.037 seconds with 19 queries.