Please login or register.

Login with username, password and session length
Advanced search  

News:

For WME related articles and tutorials visit WME Resource Center.

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

Pages: [1]
1
Technical forum / Use Buttons like keyboard !
« on: April 09, 2012, 06:30:54 PM »
Hi guys ,
How are You ?
I have a little problem !!!

Here's my problem : I have a some buttons and a editor in a window , I'd like to use this buttons like the numbers in the keyboard .
But I have no idea how to do it .

on "one" {

code ????

}

what should insert ??

thanks guys !

2
Technical forum / Create a button by script !?!?
« on: February 21, 2012, 05:59:53 PM »
Hi guys ,
I have a problem !
In a window i have a button and when i press this one i'd like that it create another button !
I have this code but it doesn't function ;

Code: WME Script
  1. on "button1" {
  2. var button2 = CreateButton("button2");
  3.  
  4. }
  5.  

please help me ! Thanks to all !

3
Technical forum / Changing the window Image
« on: February 07, 2012, 11:03:41 AM »
Can I change the window Image by script after pushing the button ?
I had this script  and my window name is omega :

#include "scripts\base.inc"
#include "scripts\keys.inc"
//variabile acensione e spegnimento Omega the mobile phone/////////////////////////////////////////////////////////////////////////////
var acensione ;
acensione = 0 ;
////////////////////////////////////////////////////////////////////////////////
on "button1" {
if (acensione == 0){
acensione = 1 ;
var Image_on ;
Image_on = this.GetControl("omega");
Image_on.SetImage("interface\omega\omega on.png");

}else{
Game.UnloadObject(this);
}

}



I have allways the same error

4
Technical forum / Unload window don't work !
« on: January 30, 2012, 09:36:16 PM »
Hi guys !
I need your help , I had a look on forum about the problem i have but i didn't find nothing !

Here's my problem :
I've created e new empty scene . In this scene i put this code :

Code: [Select]
#include "scripts\base.inc"
actor.Active = false;
///////////////////////////////////////////////////////////////
Game.SetCursor("ui_elements\mouse\mouse.sprite");

////////////////////////////////////////////////////
var [glow=red,2,300]WinMenu[/glow] = Game.LoadWindow("interface\system\menu2.window");
WinMenu.GoExclusive();

Well , I used in this script the var WinMenu to load a window with the GoExclusive(); method .

This menu is the game menu window , and when user click on New game it load another window with the same window , which ask to do tutorial or not . Well when user click on one of the options the game should unload the windows but this doesnt function .
this is the code on the tutorial ask window :

Code: [Select]
#include "scripts\base.inc"
#include "scripts\keys.inc"

this.xResult = false;


////////////////////////////////////////////////////////////////////////////////
on "close"
{
  this.Close();
}


////////////////////////////////////////////////////////////////////////////////
on "New Game"
{
Game.ChangeScene("scenes\intro00001\intro00001.scene");

Game.UnloadObject("interface\system\menu2.window");

   Game.UnloadObject(this);



 
 
}

////////////////////////////////////////////////////////////////////////////////
on "Keypress"
{
  var button;

  if(Keyboard.KeyCode==VK_ESCAPE)
  {
    button = this.GetControl("close");
    button.Press();
  }
  else if(Keyboard.KeyCode==VK_RETURN)
  {
    button = this.GetControl("yes");
    button.Press();
  }

Hope I described it clearly !

Thank you for your time ! ::rock



 ::beer ::beer ::beer ::beer ::beer ::beer ::beer ::beer ::beer ::beer ::beer ::beer ::beer ::beer ::beer ::beer ::beer ::beer

5
Technical forum / Is There any Ogg Video Editor ?
« on: January 06, 2012, 10:09:14 PM »
Is There any Ogg Video Editor ? ::rock

6
Technical forum / Low theora video quality
« on: December 11, 2011, 08:14:56 PM »
Hi Guys  ,
How are you ?
Well it's a long time that i don't post some questions , i was really busy so i didn't have time to make my game  :(! But now i'm back working on it and i'm makeking some videos but when i convert them they have a low quality .

To convert them i'm using vlc player but it's not so good !
I read some topics here and i read about ffmpeg2theora-0.28 i used it too , but the output video was .ogv and it doesn't work with WME :(
 ::beer ::beer ::beer ::beer ::beer ::beer ::beer ::beer ::beer
I don't know if it's something to setup in this two tools , so i ask you guys can you help me ?
Is there any other tool ?

Thank you guys i know it was long but i needed to explain .

Bye  ::rock ;D

7
Technical forum / Deactivate Inventory
« on: September 14, 2011, 07:02:05 PM »
Hi guys ,
How are you ?
I have a problem that i can't solve . I have a room where I don't want that the inventory be activated how can i do ???
I just thought something like :
Game.InventoryVisible = false;

But I really don't know to put it .
I tried to add it to the room.script but it doesn't function !!!!
Help me please !!!!
Thanks !!!!!!!!! ::rock

8
Technical forum / Can I Change background by script ????!?!?!?!
« on: July 24, 2011, 03:51:16 PM »
Hi guys , ::wave
how are you ???
It's been some time since my last topic here (i'm working on my game) .
Well now i'm looking to do a "dynamic" background that change in random .
i'm going to explain my steps :
-Create a new scene (Room) and edit it
-click on the default beckground and select it and add a new empty script
-in the script i add the fallowing lines of code that i saw on the wikiWME

Code: [Select]
#include "scripts\base.inc"

//add a variable
var background ;
//give to the background var. some values
background [0] = "image0.jpg";
background [1] = "image1.jpg";
background [2] = "image2.jpg";

//add a random variable
var casual = Random (0,2);



And this is all what i learnd to do but now i don't know how to do the change !!!!
Can some one help me ???

Hope I was clear .....
Thx guys !!! :)   ::rock

9
Technical forum / Stairs ?
« on: July 06, 2011, 11:28:24 PM »
Hi guys ,
I have a problem !!!
How can i make a character walk on the stairs ???

10
Technical forum / Which software is better to drew the backgrounds ?
« on: June 30, 2011, 09:30:52 AM »
Hi to all ,
I'm making my character games in large size in adobe flash .
(My game resolution should be 1280X800)
So I'm going to drew the back grounds but i don't know which software is better to drew the backgrounds .
Unfortunately I don't have a good computer is old it has the fallow hardware :
Processor 1.6 ghz
Ram : 1 Gb
Os Windows 7 32 bit

I have a drwn tablet too !!!!
So which is the best software to drew the backgrounds and tath i can use ????

11
Technical forum / Can I sell my Game ?
« on: June 27, 2011, 07:43:28 PM »
Hi guys , What's up in this summer and time !
(I'm really busy with work  :'()
I'm working on a game too , in my spear time , I think I have a funny story for the game i'm making , and I'm really thinking to sell it , and my question is can I sell it ?
Should I have a particular license from the wme developers ?
And where Can I sell it ?
I read that are some services like steam platform but i really don't know ho can I sell my game there !
Please let me know your ideas about that and i ask you to be more understandable with your question .
Thanks to all and I ask to apologize my english because i'm not . ::rock

12
Hi to all the wintermute engine forum community ::wave the wintermute engine forum community .
Before i start with the question i ask to apologize my english !!!
Well i'm new in the wintermute engine environment so i need help .
The default character , molly , when she take some think she always has the same animation , but this is not very realistic if she take an object in the floor or up on the wall so i have created for my new character three positions of take and my question is how can i use this three animations for the right situation ?  ???
Thanks to all !
 ::rock

Pages: [1]

Page created in 0.098 seconds with 20 queries.