Page 1 of 1

is have a bug on event / Create actor ??

PostPosted: Thu Sep 15, 2005 7:10 am
by Chai
is have a bug on event / Create actor ??

in my case
when the Actor " A " in the view
and i put the scrip like this
Code: Select all
Actor"B".x=view.x+120;Actor"B".y=view.y+160;


so when the actor A on the view it'll make Actor B on the position(follow the scrip);

but when i change the view position and the the new position have actor A on view,
it's must make Actor B on the position(follow the scrip); but it's not

how should i do
thankyou for answer
game editor pro 1.3.1

PostPosted: Thu Sep 15, 2005 1:54 pm
by makslane
Are you using Global Code to set the actor position? (If yes, use the MoveTo action)

PostPosted: Thu Sep 15, 2005 2:54 pm
by Chai
Thank
Arrr..... I use an actor to set another actor position.

but now I use the "Move to action"
it works!!!>_<
Image

i created the simple file like this one
Image
-- the actor in the middle is moved to smiling actor in view --
-- and press on smilling actor the view is change --
-- the middle actor is move to another smilling actor --

this is the sample file for Move to (I created)
http://www.sunshibo.com/GEProblempost/Moveto.rar


thankyou makslane

p.s. my english is not good , sorry about this.

PostPosted: Thu Sep 15, 2005 4:09 pm
by Chai
Arrr... it's have a little problem
when i save and open this file again that scrip it's not work
the actor move to the first Smilling actor and after that chang the view
show second smilling actor the XY actor(middle actor)
it's not move to second smilling actor

i use an event / Create Actor in first time it's can use but when i open that file again it's can't

so i fix it's use event/Draw Actor it's can use / whe i open file again it's still can

but i'm afraid if i created the big game it's will made game slow because i use draw actor
so how should i.....

p.s. is it's the bug of program on save file (Created actor scrip)or .......

PostPosted: Thu Sep 15, 2005 5:40 pm
by makslane
Can't open the link

PostPosted: Fri Sep 16, 2005 3:08 am
by Chai
ok! you can download this link now
http://www.sunshibo.com/GEProblempost/Moveto.rar

PostPosted: Fri Sep 16, 2005 9:49 pm
by makslane
Is a bug with Activation Regions.
Will be solved in 1.3.2 version.