Quote from
Darbdenral on February 23, 2021, 7:00 am
In the AnimateObject action, we can use a subroutine after the action is finished. But I can't seem to pass a parameter to the subroutine I want to run without errors.
I want to use the GotoPage action in a subroutine which requires the page Id as a string for a parameter.
This code gives error, I've tried various different methods..
AnimateObject "menuPanel" "230" "0" 500 "linear" "GoToPageAfterAnimate MainPage"
I vaguely remember that I ran into this issue before, but I can't remember how I solved it..
In the AnimateObject action, we can use a subroutine after the action is finished. But I can't seem to pass a parameter to the subroutine I want to run without errors.
I want to use the GotoPage action in a subroutine which requires the page Id as a string for a parameter.
This code gives error, I've tried various different methods..
AnimateObject "menuPanel" "230" "0" 500 "linear" "GoToPageAfterAnimate MainPage"
I vaguely remember that I ran into this issue before, but I can't remember how I solved it..