Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
My code:
@gyroOverride{
Override of Gyroscope = On
}
IncreaseBlink Interval of light01 = 0.5
}
This is having no effect on the sliders for Blink, tested Increase and Blink Interval of light01 = 0.5
It colors fine with the earlier mentioned syntax change.
Thank you for the bug report.
Multi word properties are a new thing. IncreaseBlink Interval is also a new multi word Action which takes special adjustment due to the fact that Action statements don't have a word to split the Action from the block name.
I just modified the script. All Blink related Action statments now work and all mulit word Property statments now work.
@light{
IncreaseBlink Interval light01
}
and
@light{
Blink Interval of light01 = 0.5
}
now work.
also updated the version in the script header to 2.002
Could be, are you using the default build or the weekly update build?
hmm, I just took a look at the programing update guide, It is highly likely I will need to update the script to accommodate the new changes to the programing block. Depending on a few things, it may take a while.