• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Windows Help! Sprites dragging?

Nocturne

Friendly Tyrant
Forum Staff
Admin
You are not clearing the back buffer (there is an option for this in the room editor) or you do not have a background colour or sprite in the room.
 
R

Rukiri

Guest
Are you doing anything like instance_create? if so just do if (!instance_exists(ball)) { instance_create(ball); } and that should work but only if it's being created.
See if clearing the buffer works, and that box should always be checked.

Try cleaning the build to see if that works, when I moved over strictly with working with YYC I had several issues and doing that instantly solved the problem :)
 
Top