Hey guys,
What do you guys use for creating cut-scene movies? This is a completely new world to me and I have no idea on where to start...
Obviously, I will want to use the complete cut-scene's within a Gideros application for intro animations or game complete animations.
Thanks!
Comments
Check out Scene Manager http://www.giderosmobile.com/blog/2011/11/17/gideros-scene-manager/
You can save the state of the classes currently in the scene, and load other scene. And after your cutscene finished, you can call the old scene back, and re-load attributes to make it same state when cut-scene started.
Though I do not have an app that has used cut scenes, but the way to do so would be with tweens (transition.to) and individual images used as in Parallax animation. This would be similar to the Watchman (animated) series if you have seen them.
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
I must say, it seems to me as if doing things programtically would be really labor intensive. I guess I was looking for more of an svg animation studio.
So if no one comes up with such a tool and I clear my backlog I might take a shot at it again.
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
how about using Spriter?
http://www.guava7.com/2013/brashmonkey-spriter-ft-gideros/
Likes: yvz5
looks cool, I'll check it out when possible....
https://mokalux.home.blog/2024/08/25/cc0-gif-2024-08-25/
PS: couldn't post gif on forum
PS2: we could (I can) create a worpress site dedicated to gideros gifs and trusted gideros users would be admins too. Let me know if interested
Viva Gideros!
playingcoding , here is my proto of an animation makersecret url:
https://mokatunprod.itch.io/mylittlecinema?secret=fHk6d0a68kD4RxEKASkdxika4Dw
not published yet, it still needs tuning and some demos but the basics are there.
Viva Gideros!
Likes: pie
https://mokatunprod.itch.io/mylittlecinema?secret=fHk6d0a68kD4RxEKASkdxika4Dw
demo:
https://mokalux.home.blog/2024/09/21/cc0-gif-2024-09-21/
soon to be released God's willing
Viva Gideros!
my "cut scene" app just released:
https://mokatunprod.itch.io/mylittlecinema
VivaThank you GiderosLikes: pie