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

Pages: [1] 2 3
1
Technical forum / Re: how do use dll "Licence Protector" ?
« on: September 29, 2010, 05:48:53 PM »
I need to have a such a program. Please guide me to do  ???  ???  ???


Please recommend a software

2
Technical forum / how do use dll ?
« on: September 28, 2010, 05:25:00 PM »
hi all
i cant use this dll .
please help me . To load this file you help me?.

3
Technical forum / change looping animation
« on: June 25, 2010, 09:02:47 AM »
how to change looping animation in 3dactor and how to change name animation ?  ???


  ANIMATION
  {
    NAME="lock"
    LOOPING=FALSE
  }

4
Scripts, plugins, utilities, goodies / Re: Dijkstra puzzle
« on: June 22, 2010, 07:55:58 PM »
Please tell me. How do I use this. Help me more accurately. Thank you

5
Scripts, plugins, utilities, goodies / Re: Dijkstra puzzle
« on: June 22, 2010, 03:20:49 PM »
plese reupload file . thank you

6
Technical forum / Re: map function
« on: March 22, 2010, 01:01:13 PM »
Ok, I tried something, but the temporary graphics makes it kind of...non-transparent. Well, take a look.

http://dead-code.org/misc/map.rar

file is not download . please reupload .

7
Community bulletin board / Re: Finished competition games!
« on: January 30, 2010, 04:36:19 AM »
Mnemonic please upload file "the_closet_v2_source.zip" and "the_closet_v2.zip" . i cant Download it .

8
Technical forum / i cnt use animation charecter ???
« on: October 22, 2009, 12:44:29 PM »
i use this method and then i cnt use animation talk for charecter .
my chaecter name is actor

how do use "method Talk" with animation charecter

plese help me

Code: WME Script
  1. method Talk(srcString,srcActor,xPosition)
  2. {
  3.  
  4.         var twin;
  5.         if (srcActor == null) twin = "talk"; // basic window with ghost
  6.         else
  7.         twin = srcActor; // NPC window
  8.  
  9.         var tmpState = Game.Interactive;
  10.         Game.Interactive = false// we save the interactivity state for later and turn it off
  11.  
  12.         var dlgWin = Game.LoadWindow("windows\dlgWindow.window"); // load the dialogue window
  13.         var  talkRobotEnt = Scene.CreateEntity()// create the entity used for talking
  14.         var tString = Game.ExpandString(srcString)// prepare the localized string to handle formatting
  15.         var tLength = tString.Length;
  16.         var lines = ToInt(tLength / 300) + 1; // find out how many lines will we need
  17.  
  18.         dlgWin.SetImage("windows/"+twin+".png");   // set the image
  19.         dlgWin.Y = 425
  20.  
  21.         // set the caption parameters
  22.         talkRobotEnt.SubtitlePosRelative = false;
  23.         talkRobotEnt.SubtitlesPosXCenter = false;
  24.         talkRobotEnt.SubtitlesWidth = 680;
  25.         talkRobotEnt.SubtitlesPosX = 90;       
  26.  
  27.         if (xPosition != null) talkRobotEnt.SubtitlesPosX = xPosition;
  28.  
  29.  
  30.         talkRobotEnt.SubtitlesPosY = 630 + 15* lines;  // position the caption in the window based on number of lines
  31.  
  32.  
  33.         talkRobotEnt.SetFont("fonts\verdana.font"); // set the speech font
  34.  
  35.         talkRobotEnt.SoundPanning = false// make the sound centered
  36.         talkRobotEnt.Talk(srcString, null, "", "", 0)// say the line
  37.  
  38.         Game.UnloadObject(dlgWin)// dispose of the window
  39.         Scene.DeleteEntity(talkRobotEnt); // kill the talk entity
  40.  
  41.         Game.Interactive = tmpState;   
  42.  
  43. }
  44.  

9
Scripts, plugins, utilities, goodies / Re: Gits like talk window
« on: October 21, 2009, 07:17:20 PM »
 can't use with animation charecter . plese help me

how do use "method Talk" with animation charecter ???

10
Technické fórum / Re: Dialogy
« on: October 21, 2009, 06:21:47 PM »
i can't use with animation charecter . plese help me

how do use "method Talk" with animation charecter  ???

11
Technical forum / How to create a selected region ?
« on: September 23, 2009, 04:09:14 PM »
I need help to make selected area  ???

My item is wire

I can not choose item in transparent mode

I need all the selected region is available

How do I do it?



not select


Selected


12
Technical forum / Re: ANN: The future of WME
« on: July 12, 2009, 08:49:22 AM »
You can tell how the've done?

What percentage?

I am waiting too

And I am thrilled

13
which CHARSET number do I use for Indian languages?  ???

14
Technical forum / Re: How to make puzzle ???
« on: March 09, 2009, 09:20:50 AM »
plese give me 1 Example as .

1-Puzzle Mini-games .
2-Word Puzzles .

thanks

15
Technical forum / How to make puzzle ???
« on: March 08, 2009, 08:03:00 AM »
how to make puzzle ??? hard or Easy .

and how to Connect to game

plese have  Example .

plese help me .

Pages: [1] 2 3

Page created in 0.031 seconds with 24 queries.