Need help to spawn an actor when another actor has been touched by mouse

Okay so I have created a interactive type of game for an assessment and I cannot figure out how to do this, however Im sure it is easy.
Okay so I have a bee actor and I have another actor that is full of text.

Here is what I mean [IMG]http://i58.tinypic.com/w6wbdi.png[/IMG]

when the mouse rolls over the bee I want the text bubble actor to show, and disappear when the mouse isn't on the bee anymore. Generally so it looks like the bee is talking... I tried the display text with no luck.

I assume this is a spawn behaviour, however whatever I do it just won't work.

Please help!

Comments

  • colandercolander Member Posts: 1,610

    You need a rule - "When mouse position is inside" and place your Display Text inside it.

  • jesslydenjesslyden Member Posts: 4

    My text is too long to fit into the display text behaviour, that is why I wanted to do it this way instead. but thanks anyways!

  • colandercolander Member Posts: 1,610
    edited June 2014

    You can offset your display text and fit the amount text you have there and many times more easily. I can be triggered using the method I described above. I have attached a demo.

  • jesslydenjesslyden Member Posts: 4

    Oh wow thats exactly what I want, however how did you make the text go under one another???

  • colandercolander Member Posts: 1,610

    Option + Enter

  • jesslydenjesslyden Member Posts: 4

    thank you sooooo so much!!!!

Sign In or Register to comment.