Pages: 1
I'm making a game, and I want the person to be able to walk into buildings while pressing arrow keys to walk.
I've asked a similar-ish question before, I think, but I just still don't understand. Please explain in simple, beginner terms.
Offline
Uhm...
So, what I get: When someone walks through a door, you want it to open?
When [W v] key pressed forever if touching [door v] Broadcast [door v]Then, on the door sprite put
When I recieve [door v] switch to costume [costume2] wait (2) seconds switch to costume [costume1]I had trouble doing this, so tell me if it works as well as you wanted it to.
Last edited by Babado (2012-08-04 07:49:59)
Offline
what he said /\
I
+
when gf clicked forever if <touching character> //srry about the red, im not very good with block syntax broadcast [building v]
Offline
Babado wrote:
Uhm...
So, what I get: When someone walks through a door, you want it to open?When [W v] key pressed forever if <touching [door v]?> Broadcast [door v]Then, on the door sprite putWhen I receive [door v] switch to costume [costume2] wait (2) secs switch to costume [costume1]I had trouble doing this, so tell me if it works as well as you wanted it to.
Edit: Some of the blocks are red, I can't find the correct code for them.
Fixed.
Last edited by ErnieParke (2012-08-04 21:16:36)
Offline
Pages: 1