Yeah title says it all. basically I want to add enemies in my game but they wont all move at once. the code I am using is every two thousand milliseconds if 50 percent chance set enemy to vx 100 or if 50 percent chance vx -100 whats wrong? Why won’t they move?
2 Likes
Will you please share the link to your game? We may be able to take a look and tell you exactly what’s not going to plan.
1 Like
I agree with @KIKIvsIT, but I also I recommend you check that you have the sprites be acknowledged as different entities, like using “for element value of list do”.
1 Like
well I fixed it just now. thank you through I appreciate it.
1 Like