Jump to content


vidokas

Member Since 02 Sep 2011
Offline Last Active Yesterday, 09:53 PM

Posts I've Made

In Topic: Is There Any Way To Maker Html5 Games Work Faster?

16 June 2013 - 05:42 AM

maybe this will help
http://gmc.yoyogames...opic=512603&hl=


In Topic: Magus: Fire And Ice

15 June 2013 - 09:43 PM

pure hardcore movement :sick:


In Topic: Cannot Compare Arguments

13 June 2013 - 02:21 PM

nvm. i found problem.
i had same variable in parrent of obj_a.
thats why it showed error. thanks for trying to help :)
 


In Topic: Cannot Compare Arguments

13 June 2013 - 12:44 PM

tried to rename to obja and objb.
didn't help


In Topic: Cannot Compare Arguments

13 June 2013 - 12:04 PM

obj_b create event

b=5;

obj.a

create event

a = 20;

mouse press event

if a >= obj_b.b
{
bla bla bla
}

gives me same error.
i cant compare them? :S