bonus scene
hi all. I would like to do a bonus scene in one of my scenes, but for change scene i only have the behaviors next scene or previous scene. For doing what i want to do is ok, but the problem comes when my actor finish the bonus scene and come back to the main scene, it spawns at the begining of the scene and i would like to spawn him in another point of the scene, in the middle more or less, is this posible to do ???
Comments
change2=real
created in game.
in that actor put a rule,
if attribute change1=100 and change2=120
change attribute
actor.positionx=change1
change attribute
actor.positiony=change2
elsewhere
de positionx and positiony that actually you use to show that actor.