Please login or register.

Login with username, password and session length
Advanced search  

News:

Forum rules - please read before posting, it can save you a lot of time.

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

Pages: 1 [2] 3 4 ... 7
16
Technical forum / Will a WME game work on a netbook?
« on: October 24, 2009, 09:05:05 AM »
I want to do a game 1024x768.

Will it work on a netbook?

17
Technical forum / Discoloration in particle
« on: October 21, 2009, 09:16:23 AM »
How to make a particle during life changed color? Example from Red to Green.

In the parameters of Particle emitter object such property is not present...

18
Technical forum / Using a operator "new"
« on: October 21, 2009, 09:11:44 AM »
Hi!

If does use a string:

var StrObject = new String("Initial value");

is it needed to write:

delete StrObject?

21
Hi!

I program on WME more than 3 years. Except a writing of scripts, I am able to use all edits & programs WME.
I have programmed one big 2D Quest (40 scenes + 10 minigames) which has been successfully published.
I have a large experience of creation of games, I can think out minigames under the scenario.

I wait for serious offers...

22
Bug reports / Re: How I must know the width & height of the loaded image?
« on: October 07, 2009, 12:20:23 PM »
And when will you be able it to add to the WME? Please...

23
Bug reports / Re: How I must know the width & height of the loaded image?
« on: October 06, 2009, 09:15:56 AM »
Is it possible to do that SizeToFit() function worked and for images?
As it is written in a wme.chm.

It is very necessary...

24
Bug reports / Re: How I must know the width & height of the loaded image?
« on: October 05, 2009, 01:59:43 PM »
SizeToFit() with images does not work. It is although written in a help:

Changes the size of the control to fit the contained text or image.

Why?


25
Technical forum / Is it possible to know the size of text in pixels?
« on: October 05, 2009, 11:46:21 AM »
story.window:

WINDOW
{
  X = 0
  Y = 0
  WIDTH = 1024
  HEIGHT = 768

  STATIC
  {
    NAME = "Caption"
    TEXT = "Is it possible to know the size of text in pixels?"
    TEXT_ALIGN = "left"
    FONT = "fonts\truetype12.font"
    X = 350
    Y = 150
    WIDTH = 400
    HEIGHT = 400
  }
}

truetype12.font:

TTFONT
{
  SIZE = 12
  FACE = "Arial"
  FILENAME = "fonts\arial.ttf"
}

26
Bug reports / Re: How I must know the width & height of the loaded image?
« on: October 05, 2009, 09:54:29 AM »
Do I can to use the function SizeToFit() of static object?
// Changes the size of the control to fit the contained text or image.

I after to know a width and height of static object? Is it possible so to do?

27
Bug reports / How I must know the width & height of the loaded image?
« on: October 02, 2009, 11:32:35 AM »
I create a window with a static object:

WINDOW
{
  X = 0
  Y = 0
  WIDTH = 1024
  HEIGHT = 768

  STATIC
  {
    NAME = "Background"
    X = 512
    Y = 320
  }
}

Then in a script I use the function SetImage() for static object.

How I must know the width & height of the loaded image?

28
Technical forum / Re: Can we create a highlight effect for sprite? A glow?
« on: September 21, 2009, 06:03:23 PM »
Does WME can to do the effect of selection(glow, highlight) for an object Hidden & Seek game?

29
Technical forum / Sometimes my game on WME stutters or freezes
« on: September 21, 2009, 10:29:20 AM »
I have an older, slower laptop on which I play this game running Windows XP 2 ghz cpu with 2 gigs of RAM.  Sometimes my game on WME stutters or freezes then resumes again.  It does not seem to be based on a specfic event.

Is FPS the best metric to measure performance? Sometimes I notice the game on WME slowing down (cursor stutter or dragging) even though the frame rates is high. That it is possible with it to do?

30
Technical forum / Can we create a highlight effect for sprite? A glow?
« on: September 21, 2009, 10:24:01 AM »
Whether it is possible to create the effects of glow or some other for the selection of object/entity?

Pages: 1 [2] 3 4 ... 7

Page created in 0.035 seconds with 22 queries.