How can you do both at the sametime?
I get one to work then the other follows but want then to work at the sametime.
ShakeScreen is a blocking function, which means that the next function won't run until it ends. Try using ShakeScreenBackground instead.
Thank you, will try that.
Or call PlaySound first, since it's non-blocking...