1
Resolved Questions / Whats wrong with my Messaging behaviors? [SOLVED]
« on: June 20, 2011, 05:04:05 pm »
Okay, so I'm trying to make it so that when you press space, it sends a message that makes a certain something hide. I don't know whats wrong with it though...
Here are the Behaviors:
Brodcaster:
Always
if <[Space] is [down]>
tell this scene to [Start] for all behaviors
Stop (Stops behavior)
Receiver:
when this hears [Start]
[hide] sprite for [self]
Thanks
Here are the Behaviors:
Brodcaster:
Always
if <[Space] is [down]>
tell this scene to [Start] for all behaviors
Stop (Stops behavior)
Receiver:
when this hears [Start]
[hide] sprite for [self]
Thanks