Spawn An Object On Collision With Another Object ?

Discussion in 'How Can I...?' started by Syndictuous, Oct 8, 2017.

  1. Syndictuous

    Syndictuous Boxer

    Joined:
    Oct 2, 2017
    Messages:
    9
    Likes Received:
    1
    Hello, can you set an object to transform (like change scale from 0 to 1) after colliding with another object ?
     
  2. AaroArts

    AaroArts Miniboss Boxer

    Joined:
    Jun 22, 2016
    Messages:
    1,546
    Likes Received:
    826
    You could set the Object to have 100000 health, then have the new Object you want to spawn inside the Death Animation of the original Object, so when you collide with it, it drops the new Object.
     
  3. Syndictuous

    Syndictuous Boxer

    Joined:
    Oct 2, 2017
    Messages:
    9
    Likes Received:
    1
    that's super smart, thanks
    but then that new object will have all the properties of the previous object ?
     
  4. AaroArts

    AaroArts Miniboss Boxer

    Joined:
    Jun 22, 2016
    Messages:
    1,546
    Likes Received:
    826
    It will have which ever properties you set to the Objects.
     

Share This Page