Robert Lugg
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 10
- Subscriptions 8
Posts
Recent activity by Robert Lugg Sort by recent activity-
multi-line label text
(Hopefully This didn't post twice) I am using the Label scene object which is quite useful. However, I'd like to have multi-line text. Is this possible?
-
script in external editor loses connection
I updated to 1.7. I edit scripts in an external editor (VS Code). I've been having trouble keeping them in sync. Very often I get a "file missing" error. Here is one such error: 20:04:56 Path C...
-
Repeated DelayedCallbackEvent
I'd like to make a SceneObject enable then disable at a specified interval. My callback triggers the first time but I'd like to wait another interval and run again. Could someone suggest how to d...
-
Enhancement Request: Code completion for Visual Studio Code
I use Visual Studio Code for my external script editor. It would be handy while learning the API to have some of the editor features available. Most valuable would be object drilling and online h...
-
What version of Javascript?
I'm pretty new to Javascript. I'm looking for general programming resources. Could someone say which version of Javascript lensstudio uses? Is it ECMAScript 2015? Or, do versions stay close enou...
-
Scripting: Allow multi-line property definition
Improve code readability by allowing properties to span multiple lines. For instance: //@input Component.SpriteVisual myAnimation { // "hint": "Animation to run" }