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 - s.belov

Pages: [1] 2 3
2
Technical forum / Re: how to stop an actor's animation when music stops?
« on: October 23, 2016, 04:49:50 AM »
pseudo code:

Code: WME Script
  1. actor.GoTo(dance floor);
  2. any_object.PlaySound(music);
  3. actor.IdleAnimName = "dancing";
  4. while (any_object.IsSoundPlaying()) {
  5.    Sleep(1);
  6. }
  7. actor.IdleAnimName = "stop dancing";


3
заменить
var money_give=false
на
global money_give=false

4
Общий фор�?м / Re:
« on: July 15, 2014, 07:22:11 AM »
Привет

5
Общий фор�?м /
« on: January 31, 2013, 02:30:18 AM »
Попала

7
Техниче�?кий фор�?м / Re:
« on: November 26, 2012, 03:10:42 PM »
Е

8
Technical forum / Re: Index of dynamically created object
« on: November 26, 2012, 05:46:46 AM »
var Ent;
global module;

for (var a=1; a<=70; a=a+1)
{
   Ent = Scene.CreateEntity("module" + a);
   module[a] = Ent;

}

...

for (var c=1; c<=70; c=c+1)
{
   Ent = module[c];
   Ent.SetSprite("scenes\stcomp\module1.png");
   module[c] = Ent;
}

9
Техниче�?кий фор�?м / Re: FPS в FullScreen
« on: September 26, 2012, 06:47:29 AM »
Проте

10
Техниче�?кий фор�?м / Re: FPS в FullScreen
« on: September 07, 2012, 03:15:27 PM »
Kinjal вроде занимал

11
Техниче�?кий фор�?м / Re: Длинные
« on: August 20, 2012, 09:13:47 AM »
Вы

14
Техниче�?кий фор�?м / Re:
« on: August 09, 2012, 11:56:41 AM »

15
Техниче�?кий фор�?м / Re:
« on: August 09, 2012, 10:55:14 AM »
Е

Pages: [1] 2 3

Page created in 0.058 seconds with 21 queries.