
I exported the game as exe.file to see it. And there it terminates the programm every tome the rider collides with the rock. I don't understand this. It worked so well before. What can I do?


angle = direction(x, y, reiter2 .x, reiter2 .y);
directional_velocity = 10;
xscreen = rand(view.width);
yscreen = rand(view.height);
angle = direction(x, y, reiter2 .x, reiter2 .y);
ThreeFingerPete wrote:if that is pasted right from your code, the line:
- Code: Select all
angle = direction(x, y, reiter2 .x, reiter2 .y);
...contains spaces between reiter2 and .x and reiter2 and .y. Do you see what I mean?
Users browsing this forum: No registered users and 1 guest