Author Topic: <WIP> Family Computer mini theme  (Read 9486 times)

kent79

  • Hero Member
  • *****
  • Posts: 842
    • View Profile
<WIP> Family Computer mini theme
« 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

« Last Edit: November 18, 2016, 04:12:49 AM by kent79 »

ryuuji

  • Sr. Member
  • ****
  • Posts: 109
    • View Profile
Re: <WIP> Family Computer mini theme
« Reply #1 on: November 12, 2016, 04:50:05 AM »
it is a cool one

jedione

  • Hero Member
  • *****
  • Posts: 1135
  • punktoe
    • View Profile
Re: <WIP> Family Computer mini theme
« Reply #2 on: November 12, 2016, 10:04:53 AM »
that would be a great theme!   
keep us posted....thanks
help a friend....

kent79

  • Hero Member
  • *****
  • Posts: 842
    • View Profile
Re: <WIP> Family Computer mini theme
« Reply #3 on: November 12, 2016, 07:58:38 PM »
This is first screen for theme  :)

ryuuji

  • Sr. Member
  • ****
  • Posts: 109
    • View Profile
Re: <WIP> Family Computer mini theme
« Reply #4 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

kent79

  • Hero Member
  • *****
  • Posts: 842
    • View Profile
Re: <WIP> Family Computer mini theme
« Reply #5 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

jedione

  • Hero Member
  • *****
  • Posts: 1135
  • punktoe
    • View Profile
Re: <WIP> Family Computer mini theme
« Reply #6 on: November 13, 2016, 08:32:53 AM »
help a friend....

jedione

  • Hero Member
  • *****
  • Posts: 1135
  • punktoe
    • View Profile
Re: <WIP> Family Computer mini theme
« Reply #7 on: November 13, 2016, 10:28:17 AM »
i think this would work if you modified it to you liking....

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

just for anime testing....




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 ) );

help a friend....

Spinelli

  • Full Member
  • ***
  • Posts: 69
    • View Profile
Re: <WIP> Family Computer mini theme
« Reply #8 on: November 16, 2016, 06:41:26 AM »
Looks Great, Kent!

kent79

  • Hero Member
  • *****
  • Posts: 842
    • View Profile
Re: <WIP> Family Computer mini theme
« Reply #9 on: November 18, 2016, 04:08:39 AM »
Hi All,

I determined to design as below theme mode directly.  :)

ryuuji

  • Sr. Member
  • ****
  • Posts: 109
    • View Profile
Re: <WIP> Family Computer mini theme
« Reply #10 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

Omamez

  • Sr. Member
  • ****
  • Posts: 222
    • View Profile
Re: <WIP> Family Computer mini theme
« Reply #11 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

madsheep

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: <WIP> Family Computer mini theme
« Reply #12 on: February 24, 2017, 03:50:00 AM »
any news?