File: satori usatei.swf-(4.29 MB, Japanese)
[_] /r/ing some ActionScript help f4r !HanakoDlmg 11/12/12(Mon)20:19 No.1807120
Hey guys, I'm merging this flash with tewi-remix.swf but for some reason the AS isn't
co-operating. Since I can barely code a loop, I'm in a bit over my head. Flash is giving me a
syntax error, which is odd considering it was decompiled. The code is:
public function setDestination(param1:String, param2, param3:Boolean = true) : void
{
var _loc_4:Object = {};
{}[param1] = param2;
this.updateTo(_loc_4, !param3);
return;
}// end function
And it's line four that's erroring out; Flash gives a syntax error: expected rightbrace before
leftbracket.
Can anyone advise? OC in return.
>> [_] Anonymous 11/12/12(Mon)20:41 No.1807141
>>1807120
>Flash is giving me a syntax error, which is odd considering it was decompiled
lmfao
>> [_] f4r !HanakoDlmg 11/12/12(Mon)20:53 No.1807153
>>1807141
I mean the code was straight from the decompiler as opposed to me messing with it. It should work
just fine unless the code was under some sort of AS protector, which doesn't seem likely.