Copy link to clipboard
Copied
hello adobe flash community.
im new with flash pro and actionscript
i have a problem with fscommand..
im using it for a program called neobook.
made a button in flash pro cs6.
with a click it sends
fscommand("NeoBook", "GotoNextPage");
works correctly.
but i need to have it go to a specific page.
GotoPage "page3"
fscommand("NeoBook", "GotoPage "page3"");
doesnt work because there is quote beside the quote..
how do i bypass this?
what if i set variable x=GotoPage "page3"
how do i use a variable in a fscommand ?
fscommand("NeoBook", x); ?
Copy link to clipboard
Copied
what is NeoBook expecting for an argument?
Copy link to clipboard
Copied
on (release) {fscommand ("NeoBook", "GotoPage \"Name of NeoBook's page\"");}
Find more inspiration, events, and resources on the new Adobe Community
Explore Now