Jump to content

Need Help with error in Actionscript 3.0


astro geek

Recommended Posts

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?

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.