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.


Messages - rexxar

Pages: [1] 2
1
Themes / Re: big box city hunter 2, remake preview..for rexxar
« on: August 31, 2022, 01:19:38 PM »
It's looking very cool, even though it's only a preview.

2
Scripting / scrolling text
« on: August 26, 2022, 12:03:59 AM »
I'm trying to scroll text with the Liquid8d scrolling text module but I think it doesn't work or I'm doing something wrong. I have tried it with several versions of attract and they all do the same thing. It only scrolls horizontally to the left and I want to make a vertical effect upwards. Even if I change it to VERTICAL_UP, VERTICAL_BOUNCE, HORIZONTAL_RIGHT, etc.... it doesn't make such effects, it only scrolls left and horizontal. I have tried the sample scrolling text but still all the examples scroll horizontally to the left.
Code: [Select]
fe.load_module("objects/scrollingtext");

ScrollingText.debug = false;
local text1 = fe.add_text("HORIZONTAL_LEFT", 25, 25, 300, 25 );
local scroller1 = ScrollingText.add( "[Title]", 25, 50, fe.layout.width - 25, 75, ScrollType.HORIZONTAL_LEFT );
    //wrapper bg and rgb functions can be used to set bg and rgb colors
    scroller1.set_bg_rgb(0, 220, 0, 150);
    scroller1.set_rgb( 200, 200, 200 );
    //you can access the surface object directly
    //scroller1.surface;
    //you can access the text object directly
    scroller1.text.charsize = 18;
    //scroller1.set_pos( 300, 50, 600, 20 );

local text2 = fe.add_text("HORIZONTAL_RIGHT", 25, 150, 300, 25 );
ScrollingText.add( "[DisplayName] / [FilterName]", 25, 175, fe.layout.width - 25, 75, ScrollType.HORIZONTAL_RIGHT );

local text3 = fe.add_text("HORIZONTAL_BOUNCE", 25, 250, 300, 25 );
ScrollingText.add( "[Year] / [Category]", 25, 275, fe.layout.width - 25, 75, ScrollType.HORIZONTAL_BOUNCE );

local text4 = fe.add_text("VERTICAL_UP", 25, 350, 300, 25 );
ScrollingText.add( "[PlayedTime] / Played [PlayedCount] times", 25, 375, fe.layout.width - 25, 75, ScrollType.VERTICAL_UP );

local text5 = fe.add_text("VERTICAL_DOWN", 25, 450, 300, 25 );
ScrollingText.add( "[CloneOf] / [Manufacturer]", 25, 475, fe.layout.width - 25, 75, ScrollType.VERTICAL_DOWN );

local text6 = fe.add_text("VERTICAL_BOUNCE", 25, 550, 300, 25 );
ScrollingText.add( "[Status] / [Players]", 25, 575, fe.layout.width - 25, 75, ScrollType.VERTICAL_BOUNCE );

text1.align = text2.align = text3.align = text4.align = text5.align = text6.align = Align.Left;

3
Scripting / Re: Help Carrier module move
« on: August 25, 2022, 11:44:24 PM »
Thanks for the reply jedione, I think I'll leave it with the carrier module as it is, as I haven't touched the wheel and inertia modules and I'm still very noob with the code. It is already an achievement that I have achieved it with the carrier module  ;D xD. If you can tell me how it would be with an example I'd appreciate it, but it's not necessary.

4
Scripting / Help Carrier module move
« on: August 21, 2022, 05:12:43 AM »
I need help to know how I can give movement to the carrier module. What I want to achieve is that the selected wheel is shown bigger than the others. Another thing I want to get is that it appears at the beginning of the layout with a scrolling effect from bottom to top. I have thought about the animate module but my little knowledge I can't think of adding the commands for its execution.

5
Themes / Re: Personalized theme
« on: November 20, 2021, 07:21:46 AM »
Mola mazo  :D

6
Themes / Re: Wheels animate
« on: August 11, 2021, 02:04:09 PM »
Hi jedione, I just sent you a pm with the files and what I want to get, greetings.

7
Themes / Wheels animate
« on: July 31, 2021, 12:49:59 AM »
I am creating a layout and I am looking for someone who understands AM coding and can help me to solve a problem. I need to know with which module I can move the list of games or wheels to give it a displacement at the beginning of the layout and that it appears on one side of the screen and stops in the center. I have tried with the animate module but it does nothing.It might be with that module but I can't find how to get that.

8
Scripting / Re: Code problem
« on: July 30, 2021, 03:24:13 AM »
Windows 10, and browsers I have used mozilla, chrome and edge and nothing comes out the same error, but when I go to another forum I can post without problems the code, only happens to me here either of some permission or blocking and as hermione says also happens so I'm not the only one.

9
Scripting / Re: Code problem
« on: July 30, 2021, 12:14:23 AM »
I have tried with all the browsers and I get the same message, in the end I have uploaded it as a file as Hermione said.

10
Scripting / Move wheels or Scrolling Wheels
« on: July 30, 2021, 12:12:47 AM »
How can I give an animation to my wheels list?
I don't know if it works with the "animate" module because I can't find anything to move the wheels. What I want to get is that at the beginning of the layout the wheels appear from a part of the screen and move to the center of the screen when starting the layout. I have already done it with the background and some images, but the wheels don't work the same (or so I think) and I don't know with which module you can do that and how would be the code to achieve it. ???
P.S.: I can't post the code, it gives internal server error and I tried with all browsers.

11
Scripting / Code problem
« on: July 29, 2021, 02:55:51 PM »
I have problems to post a code, I get internal error and it doesn't let me. I have tried with
Code: [Select]
but it keeps giving error and I don't know what to do to let me paste the code. :o

12
General / Re: Rpi Theme for pc
« on: December 02, 2020, 09:12:18 AM »
I think either I have not explained myself well or you have not understood me, my English is from the translator sry :-\. In the video what it shows is a theme for the RBPI4 and the link in the display box plus links to download it but as I said it is for the raspberry pi 4 not attract mode. I'm looking for that same theme but for PC AM, come on, the one on this page, not for the RPI4.

13
General / Rpi Theme for pc
« on: November 27, 2020, 06:57:23 AM »
I'm looking for this raspberry pi theme but for attract mode, it's called "supreme pro", but I can't find anything. Do you know if it has been created or is there simply no one?
https://www.youtube.com/watch?v=gnqCRjf95oQ

14
Very good thing about translating the xml to AM roomlist. I don't think you added it but you can put scrolling backgrounds? it would be very cool. Another thing is if the wheel part can be changed to different views, for example to show the covers instead of the wheels or to have a list with names. De todas formas esta muy chulo👌😉

15
Do the songs come out randomly or only the one you put in the layout comes out? Is there a way to put several and play them randomly or in order? Cada vez me gusta mas ;D

Pages: [1] 2