# Strange error

**URL:** https://forum.kirupa.com/t/strange-error/239118
**Category:** Uncategorized
**Created:** [September 18, 2007, 8:42pm UTC](https://forum.kirupa.com/t/strange-error/239118 "2007-09-18T20:42:36Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ArmoredSandwich](https://avatars.discourse-cdn.com/v4/letter/a/3e96dc/32.png) [@ArmoredSandwich](https://forum.kirupa.com/u/ArmoredSandwich)
#### Post date: [September 18, 2007, 8:42pm UTC](https://forum.kirupa.com/t/strange-error/239118/1 "2007-09-18T20:42:36Z")

</div>

why would one get such an error?

```auto

**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 20: Syntax error.
     colorArray2[2] = 7f7f7f; // grey

**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 25: Syntax error.
     colorArray2[7] = 0000ff; // blue

**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 26: Syntax error.
     colorArray2[8] = 00ff00; // green

**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 31: Syntax error.
     var grey = 7f7f7f;

**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 36: Syntax error.
     var blue = 0000ff;

**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 37: Syntax error.
     var green = 00ff00;

Total ActionScript Errors: 6 Reported Errors: 6

```

what is the matter with the blue, grey and green colors that i dont know about?

thx

edit: found [http://www.kirupa.com/developer/actionscript/tricks/randomcolor.htm](http://www.kirupa.com/developer/actionscript/tricks/randomcolor.htm)  
But still, whats with the weird errors?
