
scott
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
Activity overview
Latest activity by scott-
scott created a post,
Tapping a Screen Image
I would like to recognize and perform different tasks when the user taps 3 separate screen images, however I'm not sure where to begin with this. Any help is greatly appreciated. Thanks
-
scott created a post,
Throw an object at a target!
The following is an example project that I've built entirely in Lens Studio. The user taps their screen in order to throw a snowball at a stationary target, a simple cube in this case, based on the...
-
scott commented,
also my tweenManager.resetObject doesn't seem to be working at all.....? Even outside of the delayedcallback
-
scott commented,
Thank you! Though the delayedcallbackevent doesn't seem to be triggering at all in my script. Mind taking a look at my snippet below? I never make it to print("RESET"); function onTap(eventData)...
-
scott created a post,
Why is my billboard's binding point being converted to 0 here?
In the following script I'm pulling in my X binding point successfully but when I reference it in my onTap function it is being recognized as 0. Any ideas why? var arrowPosition = script.arrow.b...
-
scott created a post,
Are there any examples that can help me build a snowball fight game?
I am trying to build a game that allows you to throw a snowball based on the direction of an arrow at a target. Similar to snapchat's bowling game they have up currently. If anyone knows of any goo...
-
scott created a post,
Is it possible to manually reset the lens?
I have an animation that is running on Lens Turned On and I'm updating the Animation Layer after the fact, but since the initial animation runs on Lens Turned On it never uses the new Layer informa...
-
scott created a post,
How can I manually disable tap functionality from a script?
I have a game where a user taps to throw a ball. I'd like to keep the user from being able to tap again while the ball is being thrown.
-
scott created a post,
Trying to use TweenTransform to arc a ball as it moves from one side of the screen to the other
I'm essentially creating a snowball fight game and would like to "throw" a sphere when the user taps it. Currently using TweenTransform to move the sphere from one point to another, but I'd like ...
-
scott created a post,
How can I reference SceneObjects from my script?
I have the following script I'd like to test but replacing objectA and objectB with the names of my objects is returning 'undefined'. Am I trying to get the SceneObject correctly? // -----JS C...