Please login or register.

Login with username, password and session length
Advanced search  

News:

This forum provides RSS feed. To query recent posts use this url. 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.

Topics - lacosaweb

Pages: 1 2 [3]
31
Help wanted and offered / We're searching a programmer
« on: November 02, 2007, 10:02:38 PM »
Hi, we're a development team that are searching a second programmer. We're 2 writers, 1 programmer, 1 2D artist and 1 music.

We're making an humorous adventure game, it will be in english and spanish (maybe another languages if it is possible).

If anyone interested, please, message me and I will talk more about the project.

There are some screenshots:




32
Technical forum / Unload variables from memory
« on: July 09, 2007, 11:46:03 AM »
I know that if I want that two scripts are using the same variable, this variable must be global. But in case that these scripts are used only one time in the game, what can I unload from memory the variable?

I need know that because along the game a lot of variables are declared but only are used in one scene or one time. These variables are taking memory from computer (specially if some of they are arrays) and if the game is long this may be a serious problem. Also when player save the game into savegame file, is possible that it spends a lot of time to save a lot of little variables that a lot of them aren't necessary because never will be used yet.

33
Hi, I have an entity region in the scene with a script. I want that if is the first time that player enters at scene and look at this entity something happens, but if it isn't the first time that player enters in scene the action when look the entity will be different.

How can I see the value of StateRoom of that scene from the entity script?

34
Technical forum / Credits and Titles
« on: June 20, 2007, 10:57:40 AM »
Hi, is any command, plugin or code to show credits like the cast of a film, running lines from back to top or the classical effect of a typewritter?

35
Technical forum / Open window menu
« on: June 16, 2007, 04:36:58 PM »
Hi, I have a abutton in the screen interface. Well, I want when the button is pressed a window appear. When I press the button nothing happens. Help me please.

I type this code in the menu.script:

Quote
on "btnOpciones"
{
    var WinMainMenu = Game.LoadWindow("interface\SCUP\opciones.window");
    WinMainMenu.Center();
    WinMainMenu.GoSystemExclusive();
    Game.UnloadObject(WinMainMenu);

}

This is the definition of button on opciones.button:
Quote
BUTTON
{
  IMAGE = "interface\SCUP\sprites\BOTON1-1.png"
  IMAGE_HOVER = "interface\SCUP\sprites\BOTON1-1.png"
  IMAGE_PRESS = "interface\SCUP\sprites\BOTON1-2.png"
  PARENT_NOTIFY = TRUE
  WIDTH = 121
  HEIGHT = 30
  NAME = "btnOpciones"
}

What is the problem? No errors appear.

36
Technical forum / Lines like Indiana Jones maps
« on: June 14, 2007, 11:53:58 AM »
Hi, I need to draw lines on a map that are growing, like the travels in Indiana Jones, you understand me?

Well, I don't know how can I do it. Please can you help me?

Pages: 1 2 [3]

Page created in 0.038 seconds with 18 queries.