THX,
[quote:1vbxervc]Just one question out of curiosity, is "N", "S", "E," "W" by default recognized as directions by Construct 2? So whenever I use these texts as variables, it will read as directions?
NO
it's just what I have chosen. You can take numbers or "L" "R" "U" "D" or whatever you like e.g. "left"
Line1: set variable to random direction in this case N, S, E, W
Line 2-5: check what variable is set
e.g. if "N" then create object on top of the screen