storyboard + camera move

Hi everyone,

I am having a hell of a time trying to get “camera move” to work correctly with a storyboard scene. i created a game using the templates (automatically generated a storyboard based game template) and im referencing egg breaker and ghosts vs monsters for camera movement.

Basically,if i add my phsics items and backgrounds to storyboard group “self.view”, storyboard works perfectly, but the camera does not.

if i add a cameraGroup with the same items, the camera scrolling works but the storyboard navigation does not.

Not sure if anyone else has encountered this problem. any help would be very much appreciated

Niko
[import]uid: 34595 topic_id: 19412 reply_id: 319412[/import]

Did you try inserting your cameraGroup into self.view as a subgroup? [import]uid: 109175 topic_id: 19412 reply_id: 75020[/import]

thanks for the reply. no, i did not try that…will do… im still new to lua, so lots of trial and error at this point.

i solved my problem by using transition.to animations instead

thanks again [import]uid: 34595 topic_id: 19412 reply_id: 75117[/import]