Jump to content
Korean Random
Sign in to follow this  
GOOROO

6th sense

Recommended Posts

Hi there

 

I am having trouble centering my 6th sence icon in middle of the screen, as well as duration of icon displayed doesnt work at all

 // Sixth sense lamp
        // Лампа шестого чувства
        {
            "$delay": 12000,
            // Sixth sense lamp duration (in milliseconds). Example: "sixthSenseDuration": 7000,
            // Время горения лампочки шестого чувства (в миллисекундах). Например: "sixthSenseDuration": 7000,
            "sixthSenseDuration": "sixthSenseDuration",
            // Sixth sense lamp
            // Лампа шестого чувства
            "sixthSenseIndicator": {
                // To use some settings in this section, you may need to remove "//" before "$interval". Reduces the performance!
                // Чтобы использовать некоторые настройки этой секции, может понадобиться удалить "//" перед "$interval". Снижает производительность!
                // "$interval": 0,
                "_alpha": 100,
                "_x": "sixthSenseIndicator._x",
                "_y": "sixthSenseIndicator._y"
            }
        },

I tried inserting different values for x and y but doesnt change anything

also

delay is set to 12000 now, but icon is displayed only 3secs.

 

for test purposes i also changed alpha down to 20 and i couldn't see any change,...  looks like whatever i change in elements doesn't work :/

Edited by GOOROO

Share this post


Link to post

Short link
Share on other sites

for now

"sixthSenseIndicatorXvm"

if you use custom lamp
 

"sixthSenseIndicator"

is for default

Share this post


Link to post

Short link
Share on other sites

 

 

delay is set to 12000 now, but icon is displayed only 3secs

don't change $delay!

for longer displayed put 12000 here:

            // Sixth sense lamp duration (in milliseconds). Example: "sixthSenseDuration": 7000,
            // Время горения лампочки шестого чувства (в миллисекундах). Например: "sixthSenseDuration": 7000,
-->           "sixthSenseDuration": "sixthSenseDuration" 12000,

Share this post


Link to post

Short link
Share on other sites

Thanks guys alot!

 

Duration of icon displayed is fixed now but i still have problem moving icon down.

"sixthSenseIndicator": {
                // To use some settings in this section, you may need to remove "//" before "$interval". Reduces the performance!
                // Чтобы использовать некоторые настройки этой секции, может понадобиться удалить "//" перед "$interval". Снижает производительность!
                // "$interval": 0,
                "_alpha": 100,
                "_x": "sixthSenseIndicator._x",
                "_y": "sixthSenseIndicator._y -80"
            }

If i update "sixthSenseIndicator" to "sixthSenseIndicatorXvm" icon is displayed nonstop, even with no 6th sense triggered.

 

I just put "_y": "sixthSenseIndicator._y -80" for testing purposes, tried all different values, nothing could move icon down.


I even tried

 

"_y": "-80"

 

Same thing

Share this post


Link to post

Short link
Share on other sites

Thanks guys alot!

 

Duration of icon displayed is fixed now but i still have problem moving icon down.

"sixthSenseIndicator": {
                // To use some settings in this section, you may need to remove "//" before "$interval". Reduces the performance!
                // Чтобы использовать некоторые настройки этой секции, может понадобиться удалить "//" перед "$interval". Снижает производительность!
                // "$interval": 0,
                "_alpha": 100,
                "_x": "sixthSenseIndicator._x",
                "_y": "sixthSenseIndicator._y -80"
            }

If i update "sixthSenseIndicator" to "sixthSenseIndicatorXvm" icon is displayed nonstop, even with no 6th sense triggered.

 

I just put "_y": "sixthSenseIndicator._y -80" for testing purposes, tried all different values, nothing could move icon down.

I even tried

 

"_y": "-80"

 

Same thing

Try this:

{

            "$delay": 100,

            "sixthSenseDuration": "sixthSenseDuration",

            "sixthSenseIndicatorXvm": {

            "$interval": 0,

                //"_alpha": 100,

                "_x": "100",

                "_y": "500"

            }

        },

Share this post


Link to post

Short link
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...