1
- October 15, 2024, 07:47:09 AM
- Welcome, Guest
News:
Latest WME version: WME 1.9.1 (January 1st, 2010) - download
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.
Pages: [1]
2
Technical forum / How delete "don't show this window again"?
« on: December 07, 2009, 06:42:26 AM »
I want delete "don't show this window again" from the startup settings window.
I want use only "Game.exe" without "Settings.exe".
I want use only "Game.exe" without "Settings.exe".
5
Technical forum / Environment variables
« on: October 10, 2008, 02:04:57 PM »
Hello.
I want create folders and files in Application Data.
I want use environment variables (%APPDATA%) for it.
How I can make it?
I want create folders and files in Application Data.
I want use environment variables (%APPDATA%) for it.
How I can make it?
8
Technical forum / Compound animation of walk. How to do?
« on: June 26, 2008, 12:10:16 PM »
I wish to make compound animation of movement (for 2D Actor): first "walk_start", then "walk" and then "walk_end".
I have written such script:
actor.PlayAnim("walk_start");
actor.GoTo(Scene.MouseX, Scene.MouseY);
actor.PlayAnim("walk_end");
But after animation "walk_start" is over and before the Actor will start to move on GoTo, slips one frame from animation "idle".
How to get rid of this frame idle animations and to make smooth transition from "walk_start" in "walk"?
-------------------------------------------------------------------------------------------------------------------------------
Я хоч
I have written such script:
actor.PlayAnim("walk_start");
actor.GoTo(Scene.MouseX, Scene.MouseY);
actor.PlayAnim("walk_end");
But after animation "walk_start" is over and before the Actor will start to move on GoTo, slips one frame from animation "idle".
How to get rid of this frame idle animations and to make smooth transition from "walk_start" in "walk"?
-------------------------------------------------------------------------------------------------------------------------------
Я хоч
Pages: [1]