magicalhobo / SWFWire

Flash Development Tools

Home Page:http://www.swfwire.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Local variables are not declared.

magicalhobo opened this issue · comments

The type of local variables should be detected, then the declared at the first usage. Coercion should be removed when setting the variable.

local0 = Number(0);

Should be:
var local0:Number = 0;

Fixed.