Blog Post
Jonathan_Hill
Super Hero
The 360° image was created using Blockade Labs' Skybox app.
I also used ChatGPT to help me write the code that tracks the motion of the image, the code that alters the position of the closed captions, and to power the phone-style keypad.
Links to follow.
I also used ChatGPT to help me write the code that tracks the motion of the image, the code that alters the position of the closed captions, and to power the phone-style keypad.
Links to follow.
Jonathan_Hill
4 months agoSuper Hero
Here's the code that tracks the movement of the 360 image, be it via keyboard, mouse or touch. These movements are captured in four True/False variables (MovedRight, MovedLeft, MovedUp, MovedDown), which trigger the fake comments and additional narration.
https://bit.ly/elhc467dl
https://bit.ly/elhc467dl
- ThierryEMMANUEL3 months agoCommunity MemberHello Jonothan. I was curious to discover your new invention of course, and I tried the JScode but nothing happens. The 4 variables are not modified by the movement of the mouse/keyboard. What have I done wrong? Is there another trick? I've attached a mini file.story test as a comment on my OWN Review so as not to pollute yours. Can you take an expert look?
- Jonathan_Hill3 months agoSuper HeroFixed it for you. The variable names are case sensitive and have to match exactly. Updated file shared in the comments on Review.
- ThierryEMMANUEL3 months agoCommunity MemberNow I can see where I went wrong: I chose the wrong variable names. Thank you very much.