Attract-Mode Support Forum

Attract-Mode Support => Themes => Topic started by: kent79 on November 12, 2016, 04:42:36 AM

Title: <WIP> Family Computer mini theme
Post by: kent79 on November 12, 2016, 04:42:36 AM
I would like to translate Family Computer mini system theme to AM. It seems not very difficult.  ;D

Video by FC mini trailer
https://www.youtube.com/watch?v=NZrJdec8rv8

Title: Re: <WIP> Family Computer mini theme
Post by: ryuuji on November 12, 2016, 04:50:05 AM
it is a cool one
Title: Re: <WIP> Family Computer mini theme
Post by: jedione on November 12, 2016, 10:04:53 AM
that would be a great theme!   
keep us posted....thanks
Title: Re: <WIP> Family Computer mini theme
Post by: kent79 on November 12, 2016, 07:58:38 PM
This is first screen for theme  :)
Title: Re: <WIP> Family Computer mini theme
Post by: ryuuji on November 13, 2016, 03:20:52 AM
Cool.
Are you planning on having those flyers for main menu (0:29 in the video) ? :D
Title: Re: <WIP> Family Computer mini theme
Post by: kent79 on November 13, 2016, 03:47:53 AM
Cool.
Are you planning on having those flyers for main menu (0:29 in the video) ? :D

I will add it in option.

Actually, the GUI design is not too difficult in this theme. I am working on coding for animation. Just facing as below issue. Someone please tell me if knows  :)


Not update game snap after applying Animation
http://forum.attractmode.org/index.php?topic=1067.0
Title: Re: <WIP> Family Computer mini theme
Post by: jedione on November 13, 2016, 08:32:53 AM
just added the fix for ya..... :)

http://forum.attractmode.org/index.php?topic=1067.0 (http://forum.attractmode.org/index.php?topic=1067.0)
Title: Re: <WIP> Family Computer mini theme
Post by: jedione on November 13, 2016, 10:28:17 AM
i think this would work if you modified it to you liking....

https://youtu.be/jPloJln0Tnk (https://youtu.be/jPloJln0Tnk)   example in action

just for anime testing....

(http://i66.tinypic.com/2q8ufcj.png)


Here is the code:
//************************************************


//moving out snap

::OBJECTS <- {
snap = fe.add_artwork("snap",flx*0.1200, fly*0.104, flw*0.200, flh*0.400 ),
}
local pacman = {
   when = Transition.ToNewSelection ,
   property = "x",
   start = 880,
   end = -900,
   time = 300,    
   loop = 2,
 }
animation.add( PropertyAnimation( OBJECTS.snap, pacman ) );

//moving in snap

::OBJECTS <- {
snap = fe.add_artwork("snap",flx*0.1200, fly*0.104, flw*0.200, flh*0.400 ),
}
local pacman = {
   when = Transition.ToNewSelection ,
   property = "x",
   start = 1500,
   end = 880,
   time = 300,    
   loop = 2,
 }
animation.add( PropertyAnimation( OBJECTS.snap, pacman ) );


//moving out flyer

::OBJECTS <- {
snap = fe.add_artwork("flyer",flx*0.1200, fly*0.104, flw*0.200, flh*0.400 ),
}
local pacman = {
   when = Transition.ToNewSelection ,
   property = "x",
   start = 300,
   end = -900,
   time = 300,    
   loop = 2,
 }
animation.add( PropertyAnimation( OBJECTS.snap, pacman ) );

//moving in flyer

::OBJECTS <- {
snap = fe.add_artwork("flyer",flx*0.1200, fly*0.104, flw*0.200, flh*0.400 ),
}
local pacman = {
   when = Transition.ToNewSelection ,
   property = "x",
   start = 1500,
   end = 300,
   time = 300,    
   loop = 2,
 }
animation.add( PropertyAnimation( OBJECTS.snap, pacman ) );

Title: Re: <WIP> Family Computer mini theme
Post by: Spinelli on November 16, 2016, 06:41:26 AM
Looks Great, Kent!
Title: Re: <WIP> Family Computer mini theme
Post by: kent79 on November 18, 2016, 04:08:39 AM
Hi All,

I determined to design as below theme mode directly.  :)
Title: Re: <WIP> Family Computer mini theme
Post by: ryuuji on November 18, 2016, 07:40:33 AM
it is cool that also ... too bad for the animation issue that stopped the progress on the other version
Title: Re: <WIP> Family Computer mini theme
Post by: Omamez on December 26, 2016, 10:21:23 PM
very nice kent79

I have nes mini looking at how to rip the firmware for the theme lol
Title: Re: <WIP> Family Computer mini theme
Post by: madsheep on February 24, 2017, 03:50:00 AM
any news?