Page 1 of 1

why

PostPosted: Fri Oct 14, 2011 7:23 pm
by Agusstosus15
tym[0]=xscreen; \

tym[1]=yscreen; / its actor1 position

CreateActor("postacp_czarownica", "cpion2", "(none)", "(none)", tym[0], tym[1], true);- its actor2 name and animation

result is actor 2 does not appear on actor 1, but out of vision, why?

let's say actor 2 is far from actor 1

Re: why

PostPosted: Fri Oct 14, 2011 7:42 pm
by Hblade
replace xscreen with x and yscreen with y

Re: why

PostPosted: Fri Oct 14, 2011 9:00 pm
by Agusstosus15
it doesn't work either

Re: why

PostPosted: Fri Oct 14, 2011 9:06 pm
by schnellboot
change true to false

Re: why

PostPosted: Fri Oct 14, 2011 9:13 pm
by Agusstosus15
ok it's working uura! :) thank you for your cooperation :)

Re: why

PostPosted: Fri Oct 14, 2011 9:36 pm
by schnellboot
no problem
do you understand why you have to use false?

Re: why

PostPosted: Fri Oct 14, 2011 9:57 pm
by Agusstosus15
yep I do
It was my mistake ,I thought that i set true false right
but I didn't , brim me