astro geek Posted December 22, 2010 Posted December 22, 2010 I am having the error: "1084: Syntax error: expecting rightparen before not." in a line of my code: if (((mc_shootLaser.x > mc_enemy.x) && (mc_shootLaser.x < mc_enemy.x + mc_enemy.width)) !! (mc_enemy.y < mc_shootLaser.y){ mc_enemy.y += 1000 } Any suggestions on how to fix it?
skyhook Posted December 22, 2010 Posted December 22, 2010 one possibility is the starting ((( one of the ( is not closed.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now