How to get a image suddenly in a scene

Hi,

I was busy with making a fish game.
I want a scene that if you are playing the game, then suddenly a fishnet comes in the scene and destroy all fishes.
Is that possible?

Comments

  • RabidParrotRabidParrot Formally RabidParrot. Member Posts: 956

    It's entirely possible.

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949

    Yes, it's possible. You can use the Spawn Actor behavior to add an actor to an existing scene. And you can use a Move behavior to move the "net" actor and a collision Rule condition to Destroy the fish actors when they collide with the net actor.

  • SocksSocks London, UK.Member Posts: 12,822

    @tatiang said:
    Yes, it's possible. You can use the Spawn Actor behavior to add an actor to an existing scene. And you can use a Move behavior to move the "net" actor and a collision Rule condition to Destroy the fish actors when they collide with the net actor.

    Typical, trying to cash in on an innocent question.

    :trollface: :smiley:

  • sharmab22sharmab22 Member Posts: 3

    Hi thank you!

    how does the spawn actor works?

  • SocksSocks London, UK.Member Posts: 12,822

    @sharmab22 said:
    Hi thank you!

    how does the spawn actor works?

    It spawns another actor, you tell it which actor you want to spawn and where in the scene you want it spawning.

  • sharmab22sharmab22 Member Posts: 3

    thank you very much!

    do you also know how i can change a scene with a timer?

Sign In or Register to comment.