PDA

View Full Version : What`s the difference between e_FSCommand and e_FSArgs?


handsomer100
04-05-2005, 08:28 PM
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?

Corey
04-05-2005, 08:32 PM
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. :)

handsomer100
04-05-2005, 08:34 PM
OK!

I see~~~~~

THX~~