go to card when i open the application
Posted: Wed Jan 06, 2016 7:14 pm
Hello,
When i open my application i want to go to card1, so i do this in the mainstrack script
but it does not work, when i open the application, it goes to card2
When i open my application i want to go to card1, so i do this in the mainstrack script
Code: Select all
on preOpenStack
go to card "card1"
end preOpenStack