How far offscreen does a actor still work?

GaranasGaranas Member Posts: 86
edited November -1 in Working with GS (Mac)
i have actors with random speed and the slowest takes 18 sec. to cross the screen while the fastest takes 4 sec. - so i set "timer -> after 20 sec. -> destroy actor"

i also set in the actor:
change attribute -> game.actorcount -> game.actorcount+1

and in the destroy timer:
change attribute -> game.actorcount -> game.actorcount-1

the problem is: the "-1" counter only works if the actor is still on screen. if it´s off screen it stops to work.

is there a time or distance limit to the offscreen activity of a actor?

any other idea how i could make this work?

Comments

Sign In or Register to comment.