Jump to content


ChaosMaker

Member Since 27 Feb 2010
Offline Last Active Mar 28 2013 10:58 PM

Topics I've Started

Game Maker Studio ERROR?

17 December 2012 - 07:26 PM

Hi, im trying to replace my sprite from (resource tree)include files, but i dont know the path file...

+reputation if help

BUILD FAILED

15 November 2012 - 07:57 PM

when i create a executable occurs this


BUILD FAILED
C:\Users\Shiro\AppData\Local\Android\android-sdk\tools\ant\build.xml:569: The following error occurred while executing this line:
C:\Users\Shiro\AppData\Local\Android\android-sdk\tools\ant\build.xml:621: The following error occurred while executing this line:
C:\Users\Shiro\AppData\Local\Android\android-sdk\tools\ant\build.xml:627: C:\Users\Shiro\AppData\Local\Temp\gm_ttt_12903\SDKLibs\PocketChange-sdk\src does not exist.

Total time: 7 seconds

Windows 8 Sdk error

09 November 2012 - 02:51 PM

I have installed windows 8 sdk, but when I check on game maker studio I got this error Failed. Unable to validate WinJS API Reference.



my system:

windows 8 pro 64bits

2gbs ram

500gbs hd

video onboard

intel atom


calc distance and dir of point to line

15 July 2012 - 06:49 PM

its possible calculate distance and direction/angle of a point from an line


i have a script to calculate the distance between point from an line


//point_from_line(x1,y1,x2,y2,px,py)

var A,B,C,D;
A = argument4 - argument0;
B = argument5 - argument1;
C = argument2 - argument0;
D = argument3 - argument1;
return(abs(A * D - C * B) / max(sqrt(C * C + D * D),1));


[note]

i already used the google...





D2D Html5/Lite

15 July 2012 - 12:56 AM

Hey!

im developing a 3d engine for html5

still not ready yet, but seems works on any version of game maker lite/unregistered.

the result
Posted Image
https://dl.dropbox.c...2ovb/index.html

when the version are stable, ill release the download.