Changing Regions with TIWIPhonePageTransition

Is it possible to "jump" to a region out of order with a TIWIPhonePageTransition component?  I would like to get from region 0 to region 3 without using TransitionToNext.

 
Thank you
Dan Fields

You can use the ActiveRegion property to activate the required region.

Please note that the ActiveRegion can only be set in a synchronous event, changing the ActiveRegion in an asynchronous event is currently unfortunately not supported.