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 - Karlosworkz

Pages: [1] 2 3 ... 7
1
Themes / Re: 2 themes Consoles 2.3D & Menu Consoles 3D
« on: March 26, 2023, 09:14:29 PM »
Wow, nice one.. I thought AM couldn't do 3D objects.  :o

As far as I know, the attract mode cannot read 3D elements, what I did was an adaptation with 3D elements, I transformed them into sequences of images with After effects, I created a counter and set it to read the images as I press the button to rotate the TV . As for the consoles, I animated them using After Effects and rendered them in FLV, with a transparent background! The magic of Workarounds! ;D ;D ;D

2
Themes / Re: 2 themes Consoles 2.3D & Menu Consoles 3D
« on: February 25, 2023, 12:24:31 PM »
Yes, it's Snoop Dogg's synthesized voice.  I hope it worked out well to put it to work there.

3
Themes / 2 themes Consoles 2.3D & Menu Consoles 3D
« on: February 20, 2023, 11:55:26 PM »
AM+ Theme:

Made with 3D elements with sequences of images in a counter, I mixed several codes from other themes, I hope the creators don't get mad at me :D

I did it in a hurry and I couldn't translate everything into English but I will translate it in future versions

Preview & links Download: https://youtu.be/gGjnPsHSqag

4
Themes / Re: Theme Pandora Box Atract 2.1 (Update-Menu system)
« on: April 08, 2022, 08:43:42 PM »
Hello everyone, I'm a little busy with other projects but I'm going to take a little time to translate the theme into English and try to make these changes that are mentioned above, and I didn't understand very well, sorry my English is fluent in google translator lol

5
Thanks bro, I'll look it up in your theme ;D ;D ;D

6
Hello everyone, is someone who has knowledge in the squirrel language could help me?
I'm trying to make a command so when the video reaches the end of the execution an animation is made and I didn't have success!
I used the strings: "video_duration" and "video_time" here is the code I am currently using for the count:


///////////////////////////////////////////

local snapt = fe.add_image("Videos/TESTE1.mp4", flx0.0680, fly0.243, flw0.245, flh0.244);
snapt.alpha = 255;
snapt.video_playing = true;
snapt.preserve_aspect_ratio = false;
snapt.zorder = 0;
local dura;
dura = snapt.video_duration; /// total duration of running video

local tempoatual
tempoatual = snapt.video_time;/// current time of the video

function vv( ttime )
{
        dt.msg = snapt.video_time;

}
fe.add_ticks_callback( this, "vv" )

dt <- fe.add_text ( "", flx0.20, fly0.009, flw0.33, flh0.090 );
dt.zorder = 25
dt.align = Align.Centre;
dt.margin = 0;
dt.bg_alpha = 010;

function code ( ttime )
{

          if (tempoatual >= dura)   ///*when the current time of the video is greater than or ///equal to the duration the video will make a command
          {
               snapt.x=flx0.60
          }
}
fe.add_ticks_callback(  "code" )

////////////////////

7
Themes / Re: Theme Anime-C (New theme)
« on: May 03, 2021, 01:09:06 AM »
 :)

8
Themes / Re: Theme Anime-C (New theme)
« on: May 03, 2021, 01:08:20 AM »
 ::)

9
Themes / Re: Theme Anime-C (New theme)
« on: May 03, 2021, 01:07:10 AM »
 ;)

10
Themes / Re: Theme Anime-C (New theme)
« on: May 03, 2021, 01:05:56 AM »
 ;D

11
Themes / Re: Theme Anime-C (New theme)
« on: May 03, 2021, 01:04:43 AM »
 :o

12
Themes / Re: Theme Anime-C (New theme)
« on: May 03, 2021, 01:03:39 AM »
 8)

13
Themes / Theme Anime-C (New theme)
« on: May 03, 2021, 01:01:43 AM »
New theme with Overlays, Coverflow, listBox, Wheels and Overview (Game description) moving with Custom buttons

To start first, configure the buttons:

Custom1: Opens an Extra Menu
Custom2: Show / hide game art and consoles
Custom3: Move the Overview up
Custom4: Move the Overview down

When you go to select the game opens a new screen with several options

Sorry my english i am fluent in google translator 😁


Credits to Julio MegaTech for teaching me to program with variables and to Jheimss Goudner for helping me by passing me some themes with such functions that I added in that theme

*I put the modules already inside the theme, I had to edit the Conveyour_Helper module to add animation to the wheels roulette

Link in the video description please comment:

https://www.youtube.com/watch?v=Qp9dsFWKzS0

---------------------------------------------------



Pages: [1] 2 3 ... 7