What`s the difference between e_FSCommand and e_FSArgs?
my english is so poor~~~~~
i can`t enderstand the help document!
could someone give me a example?
Professional Software Development Tools
What`s the difference between e_FSCommand and e_FSArgs?
my english is so poor~~~~~
i can`t enderstand the help document!
could someone give me a example?
Hi. In Flash an FSCommand is a function which accepts two arguments, "a name" and an optional "value". So for example:
fscommand("Name", "Joe");
In AutoPlay Media Studio the first argument, in this case "Name" corresponds to e_FSCommand and the second one "Joe" corresponds to e_FSArgs. Hope that helps.![]()
OK!
I see~~~~~
THX~~