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
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
on preOpenStack
go to card "card1"
end preOpenStack
Code: Select all
go cd ID nnnn
Code: Select all
on preOpenStack
go to card 1
end preOpenStack