Actor gets stuck against walls!!
rdvd83
Member Posts: 11
My actors keep getting stuck against my walls. I have a random move function in to have actors move randomly on the screen. I also have the collide function set up to keep actor on the screen. When the actor moves around the screen he will get stuck against a wall or corner and just stay there. Please help me fix this!!
Does it have something to do with the random move function?
Thanks
Comments
Post a screenshot of your rules. Most likely something is just getting overridden somehow once you get up against the wall.
How do I upload a screenshot from my mac to the forum??
Screen Shot 2014-04-05 at 8.01.20 AM
Upload the screenshot to media-sharing websites then copy the link of the picture and post a reply saying : < img src="LINK" > without the spaces before and after > and < respectively.
You should be able to drag an image right into the body of a message.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
I cannot drag and drop into web page. Can I email someone the screenshots and receive help?? Thanks.
Go to imgur.com and upload them there. Paste the links to the image here.
Need Help? Email Me | Templates | Full Game Source Code
http://imgur.com/LQRL0yy,FNXTuaq,XsG08C3
Does the link work?
Yep:
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Does anyone have an answer for me? Thanks.
Try taking all of those rules off the collision behavior. If you have a wall there then just put collide with wall. I don't know if that fixes anything for your problem but it will clean up your code which could have un seen effects.
That did not help.