0 Members and 1 Guest are viewing this topic.
if position_empty(x,y+6){y = y + 6;exit}if position_empty(x+6,y) and position_empty(x-6,y){randrange = irandom_range(1,2);if randrange = 1 {x += 6};if randrange = 2 {x -= 6};exit}if position_empty(x+6,y){x += 6exit}if position_empty(x-6,y){x -= 6exit}
Here it is DJ http://ourl.ca/4279/169816 It's part of the physics lessons tutorials. And nice implementation! It seems you stumbled upon the same set of rules that I used! ^^
I could compile it into an exe for ya. i have the full 8.1 version.