Dragging and Dropping Actor/Objects in order to connect

Hi there all, I am new with Game Salad and thoroughly enjoying the experience.

I am creating a spelling drag and drop game, where the letters are placed above and the player would have to drag and drop letters in the slots below. So my questions are:

  • How can I drag a letter(actor) to connect to a specific slot?
  • How can I make a letter bounce back to its first position(signalling that the action is wrong)?

Thanks in advance

Best Answer

  • DaemonHordeDaemonHorde Somewhere in a Place where Places usually become PlacesPosts: 7
    edited April 2014 Accepted Answer

    What I think you could do is for the bounce action, have the rule be set so that the right letter only changes the right box. For example:
    http://imgur.com/rG02JZO
    This would be the rule on the box, so it would destroy itself and spawn the new actor simultaneously so it looked like it just changed itself.
    Hope this helps a bit?

Answers

Sign In or Register to comment.