Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: [flasher] Variable Question
From: Paul Willoughby
Date: Tue, 27 Mar 2001 14:53:29 -0000

Stephan Hübner wrote:

> Shouldn't it be something like:
>
> eval("x" add n add "=" add "_xmouse")

eval() works that way in javascript, but not in Flash. I think the answer
is:

set("x" add n, _xmouse)

I'm pretty sure this is OK for F4 publishing.

paul



[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]