Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - kent79

Pages: 1 ... 4 5 [6] 7 8
76
Themes / Grid Adv Theme for 4:3
« on: February 18, 2017, 05:28:51 AM »
Try it if you like  ;D

[attachment deleted by admin]

77
Scripting / How to modify the theme to be screen saver?
« on: February 14, 2017, 06:25:04 PM »
Hi All,

Anyone can help me how to modify theme code to be screen saver?

My idea is auto play snap video radomly as below theme. I don't know the code. Anyone can teach me? Thanks


Simple Game Station for widescreen Theme
http://forum.attractmode.org/index.php?topic=1393.0

78
Themes / Simple Game Station for widescreen Theme
« on: February 11, 2017, 01:34:21 AM »
Simple Game Station HD Theme  :)

Please remember to setup display menu & filter menu button in AM. Thanks  :)

[attachment deleted by admin]

79
Themes / [Released] Next New Theme + Orbit Display Menu
« on: December 17, 2016, 11:12:41 PM »
Attract Mode - Next New Theme + Orbit Display Menu [Released]

Preview:
https://youtu.be/pntjuAwtUlY

Download (Theme + Menu only):
https://www.dropbox.com/s/2yoj3c2kicpq1ds/Next%20New%20Theme.zip?dl=0

Download (Full with Menu video) :
https://www.dropbox.com/s/55019ymwrfquvhs/Next%20New.zip?dl=0


80
Scripting / How to update fe.list.index value on Grid theme
« on: November 20, 2016, 04:57:29 PM »
Hi All,

I use AM built-in Grid Theme for creating a new theme. I find out fe.list.index value can't update while I am changing games (press up down left right button). How to do to let  fe.list.index value updated ? Thanks.

81
Scripting / Not update game snap after applying Animation
« on: November 12, 2016, 05:43:42 PM »
Code: [Select]
//Game List Animation
::OBJECTS <- {
snap = fe.add_artwork("snap",flx*0.504, fly*0.104, flw*0.447, flh*0.614 ),
}

 local movein_snap = {
   property = "x", start = flx*3, end = flx*0.504, time = 560
}

animation.add( PropertyAnimation( OBJECTS.snap, movein_snap) );

Hi All,

I would like add animation for snap. The animation is work. But the snap video can't update while changing the game. Anyone know how to fix it? Thanks.

82
I know it needs function fe.get_art(), but I don't how to do. Anyone can write a sample code for display previous flyer image? Many Thanks.

83
Themes / <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


84
Themes / Aracde Game Centre Theme [Enhancement]
« on: November 04, 2016, 05:45:37 PM »
Hello All,

This theme is revised from robospin_v4 by omegaman

Enjoy!  :)

Preview movie:
https://youtu.be/E9WUuwnjsPo

Download Path
https://www.dropbox.com/s/cm1lq5dew8s5jlb/Aracde%20Game%20Centre.zip?dl=0

85
Themes / Extreme Box Theme
« on: October 21, 2016, 06:28:04 AM »
Get it if you like.  :)

[attachment deleted by admin]

86
General / Intel Quad Core Atom X5-8350 - UP Board
« on: October 04, 2016, 06:05:04 AM »
http://up-shop.org/

same size for Pi. But it supports windows, android and Linux OS. It seems great  ;D

87
Themes / Arcade Color Theme
« on: August 29, 2016, 04:17:41 AM »
Simple & Colorful Theme.  Enjoy! :)


Setup Guide

1. Setup left button for previous game & right button for next game
2. Setup preview button - default is custom1
3. If you like game bgm music replacing video music. Please setup up "bgm" artwork config like as below and then put game's mp3 in the folder. Go to layout configure option, in "BG Sound" select "BGM"

artwork    bgm             c:\Emulator\Attract Mode\Mame\bgm


You may download full system pack image as below if you need

malfacine
http://forum.attractmode.org/index.php?topic=771.0

Demo video:
https://youtu.be/QTHb_b1OweI

[attachment deleted by admin]

88
Scripting / ArcadeBliss: Could you develop advance search plugin ?
« on: August 22, 2016, 06:58:35 AM »
Sorry, bother you again, if you have time, please help to develop it.

I like AM built in simple search plugin for my new theme. But letter must be input by keyboard.

As I know ArcadeBliss Cab theme contains virtual keyboard, could you create its for search plugin?  add favorite button function don't need in the plugin. Only search title is ok.

Thanks.  :)

89
ArcadeBliss, could you help me again to add favorite icon function in grid art? Please help to revise the enclosed. Thanks.   :)

90
Scripting / "next_page" question?
« on: August 13, 2016, 04:41:40 AM »
   function on_signal( sig )
   {
      switch ( sig )   
      {
      case "up":
         ...
         else
         {
            fe.signal( "next_page" );
         }
         return true;

"next_page" can go to next 5th game  e.g. 5-> 10

Can I make it go to next 6th game? e.g. 5-> 11

Thanks

Pages: 1 ... 4 5 [6] 7 8