How to generate a new image, from two Actors/Images touching each other?

swalkerswalker Member Posts: 29
edited May 2012 in Working with GS (Mac)
So, say I have two images (or Actors) that come into contact with each other- how do I create a 3rd, new image, from this action, ie. from the two actors coming into contact with each other?

Answers

  • NmdogdudeNmdogdude Member Posts: 174
    try creating a rule 'when actor 1 collides with actor 2' , spawn actor 3
    OR 'when actor 1 collides with actor 2', use the change image behavior, to say 'change image of actor 1 to image of actor 3'and 'change image of actor2 to image of actor 3'
    Hope this helps :)
  • FViMaginationFViMagination Member Posts: 89
    hi swalker,
    you may use spawn actor behavior into Actor 1 (or 2), making Actor 1 (or 2) spawning a 3rd new Actor (of course you'll need to first create it)
Sign In or Register to comment.