View Single Post
Old 07/19/2009, 07:37 PM   #13 (permalink)
kmax12
Member
 
Join Date: Jun 2009
Location: Chicago
Posts: 316
Likes Received: 0
Thanks: 32
Thanked 166 Times in 26 Posts
Default

Quote:
Originally Posted by cstucker View Post
When pushing a scene set disableSceneScroller to true.
Example:
Code:
this.sceneArgs = {
	name: 'first',
	disableSceneScroller: true
}

this.controller.pushScene(this.sceneArgs);
thanks you. I will include this in my next update.
kmax12 is offline   Reply With Quote