Hi, is there a way to use a slide view effect between storyboard scenes? [import]uid: 13028 topic_id: 32054 reply_id: 332054[/import]
Do you have a link to a sample video that could show what you’re looking for? Or could you list out the visual transitions your looking for step by step?
This video shows slideLeft, slideRight, slideUp, and slideDown transitions but that may not be what you’re looking for.
http://www.youtube.com/watch?v=E3-FNPcgQYM
(Sorry for the jerky quality. That is my screen capture software, not storyboard.)
Please give more details about what you need and I’ll see if I can help.
This page lists all the storyboard effects (scroll down about half way): http://docs.coronalabs.com/api/library/storyboard/gotoScene.html
Cheers,
Ed
Roaming Gamer, LLC.
SSK for Corona SDK (github) (videos)
[import]uid: 110228 topic_id: 32054 reply_id: 127736[/import]
Hi Ed,
I want to use an effect like the slide view example in corona sample code/interface/slideView. In storyboard the active scene every time is one. For the slide view effect I need to have three active scenes (previous, current, next). I tried to load the previous and next in every current scene (storyboard.loadScene), instead to make the effect, but It didn’t work. In slide view example you insert all photos in a table. This increases the texture memory, if you have many pages. So, every time I need to have only three active scenes.
The effect is similar with the book option in director.
I can use the slideLeft or slideRight effect from storyboard effects. These effects differs from the slideView in dragging, but there are nice. The only problem is that I can’t find a way to create a space between scenes. In director I can because the class is open and I can create a pad between scenes.
thanks a lot! [import]uid: 13028 topic_id: 32054 reply_id: 127794[/import]
Do you have a link to a sample video that could show what you’re looking for? Or could you list out the visual transitions your looking for step by step?
This video shows slideLeft, slideRight, slideUp, and slideDown transitions but that may not be what you’re looking for.
http://www.youtube.com/watch?v=E3-FNPcgQYM
(Sorry for the jerky quality. That is my screen capture software, not storyboard.)
Please give more details about what you need and I’ll see if I can help.
This page lists all the storyboard effects (scroll down about half way): http://docs.coronalabs.com/api/library/storyboard/gotoScene.html
Cheers,
Ed
Roaming Gamer, LLC.
SSK for Corona SDK (github) (videos)
[import]uid: 110228 topic_id: 32054 reply_id: 127736[/import]
Hi Ed,
I want to use an effect like the slide view example in corona sample code/interface/slideView. In storyboard the active scene every time is one. For the slide view effect I need to have three active scenes (previous, current, next). I tried to load the previous and next in every current scene (storyboard.loadScene), instead to make the effect, but It didn’t work. In slide view example you insert all photos in a table. This increases the texture memory, if you have many pages. So, every time I need to have only three active scenes.
The effect is similar with the book option in director.
I can use the slideLeft or slideRight effect from storyboard effects. These effects differs from the slideView in dragging, but there are nice. The only problem is that I can’t find a way to create a space between scenes. In director I can because the class is open and I can create a pad between scenes.
thanks a lot! [import]uid: 13028 topic_id: 32054 reply_id: 127794[/import]