How to collide and make actor disappear?

taytay10taytay10 Member Posts: 66
edited November -1 in Working with GS (Mac)
I have an image that i want to disappear when it touches another image. How do I do that? Also How do I make an image reappear at the top of the screen to start its falling motion again?

Comments

  • calvin9403calvin9403 Member Posts: 3,186
    when overlaps or collides, destroy
  • taytay10taytay10 Member Posts: 66
    I still dont know what you mean by that. I can send someone my file if they are willing to help. let me know who can help.
  • jamesmunro2jamesmunro2 Member Posts: 130
    After a collision is detected, change it's x and y location to above the screen(y) and a random number (X)
  • calvin9403calvin9403 Member Posts: 3,186
    mail me calvin9403 at hotmail.com
  • blastfactorblastfactor Member Posts: 72
    -create a rule in the actor that you want to disappear

    -Actor recieves Event/ Overlaps or Collides/ with (actor you want)

    -go to the Behaviors in the bottom left, find destroy, drag it into the rule you just made
  • calvin9403calvin9403 Member Posts: 3,186
    jamesmunro2 said:
    After a collision is detected, change it's x and y location to above the screen(y) and a random number (X)

    or you can make an attribute for that
  • taytay10taytay10 Member Posts: 66
    okay i created a rule and then selected it, but not when i go to preview my image doesnt even show and my other image at the bottom that I want to collide it with tilts itself up and down? Why is this something so simple becoming so hard
  • blastfactorblastfactor Member Posts: 72
    when you click preview, go to where you can see all of the actors on the side, instead of being in your one actor
  • calvin9403calvin9403 Member Posts: 3,186
    turn moveable off in physics.
    I think you need to send me your project so I can check it for you
  • taytay10taytay10 Member Posts: 66
    how do i send the file? i tried but it did not allow me to select the file.
  • calvin9403calvin9403 Member Posts: 3,186
    zip it
Sign In or Register to comment.