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

Pages: 1 ... 27 28 [29] 30 31 ... 76
421
very good.....great project.

422
General / Re: sound Q:
« on: August 26, 2019, 07:16:39 AM »
well interesting enough when the ambient code is invoked,,,

it the will follow you back out of theme, to displays menu, and in to other themes...

somewhat of a master player for AM,   now i understand,,,   solved
 

423
General / Re: sound Q:
« on: August 26, 2019, 06:48:30 AM »
Try it like this:

fe.ambient_sound.file_name = 01_Phantasy.mp3;
fe.ambient_sound.playing=true;

that through a error,  changed to this ,, and now working
so thank you for that qplayer :)

fe.ambient_sound.file_name = ("music/01_Phantasy.mp3");
fe.ambient_sound.playing=true;

i am using this in a new theme dont want the music to overpower...

424
General / Re: sound Q:
« on: August 25, 2019, 11:38:47 AM »


dont seem like it is working!  sucks...

local mysong = fe.ambient_sound("music/01_Phantasy.mp3");
mysong.loop = false;
mysong.playing = true;

425
General / Re: sound Q:
« on: August 25, 2019, 11:21:54 AM »


<a name="ambient_sound" />
#### `fe.ambient_sound` ####

`fe.ambient_sound` is an instance of the `fe.Sound` class and can be used to
control the ambient sound track.




never seen any one use-sing this,    guess ill give it a try..

426
General / sound Q:
« on: August 25, 2019, 11:17:39 AM »
any one konw what the diffrence is with sound in the options

sound Vs ambient sound ?

and how would you separate the two in a theme

so the music can be low in the background,  with clicking and other sopunds at full 100%

thanks

427
Scripting / Re: script help,,solved
« on: August 24, 2019, 07:59:54 AM »
well did not get it yet,   so i borrowed some code from kents arcade theme and changed it...

this is doing the job....now

Code: [Select]
local sound =1;

function on_transition( ttype, var, ttime )
{
switch ( ttype )
{
case Transition.EndNavigation:
case Transition.StartLayout:
case Transition.FromGame:
move_sound();
break;
}
}

function move_sound2() {
local click = fe.add_sound("select.mp3");
click.playing=true;
}

function on_signal( sig )
{
switch ( sig )
{
case "custom2":
if (sound == 1){
move_sound2()
}
return true;
default:
}
return false;
}

fe.add_signal_handler(this, "on_signal");

428
Scripting / script help
« on: August 24, 2019, 07:26:25 AM »
anyone know what might be missing to make this work...

what it should do.  is play a sound when one uses the custom2 key

Code: [Select]
class clickme
{

function sound1() {

local click = fe.add_sound("select.mp3");
click.playing=true;
}


function on_signal( signal )
        {
                if ( signal == "custom2" )
                {
                        sound1()
                        return true;
                }
                return false;
        }
}

local stuff = clickme();

i get error     the index 'loop' does not exist

thanks not the best at scripting... :P

429
Themes / Re: Amiga Memories [Release]
« on: August 23, 2019, 01:06:56 PM »
its great to have the options,  both are good themes i think
thanks for sharing..

430
Themes / Re: nes 1984
« on: August 23, 2019, 01:04:09 PM »
TRANSLATED

Good morning friends, I am preparing this topic, since for video card issues none of the themes for mini or similar nes worked correctly for me

This makes use of logo, video or capture and boxart of the game

431
Themes / Re: Genesis Mini theme, preview
« on: August 19, 2019, 11:54:22 AM »
A-Z  just sitting their...  doing nothing as of right now.

but that is a good idea you have on the filter change...

if possible....    i dont know how.

432
Themes / Re: Genesis Mini theme, preview
« on: August 19, 2019, 07:46:15 AM »
here is some vid of were it is at ...

https://youtu.be/XpjOLzB3zqw

433
Themes / Genesis Mini theme, preview
« on: August 17, 2019, 07:10:08 AM »
 Genesis Mini theme  preview

will update with video this weekend

short on time...if any one wants to help let me know..

showing were its at, ...


434
Themes / Re: Looking for a theme I could edit into a Doom theme
« on: August 15, 2019, 01:27:41 PM »
this describes ,, of so many themes,  just go to theme gallery and choose one,

i would start fresh maybe you would learn Moore that way...good luck

435
Themes / Re: Hello-MasterSystem Theme
« on: August 12, 2019, 03:59:49 PM »
garbage pail kids......  im there....so dope

Pages: 1 ... 27 28 [29] 30 31 ... 76