Skip to content

v0.1.0a - Minor Functionality Fixes

Compare
Choose a tag to compare
@Hailey-Ross Hailey-Ross released this 24 Sep 17:31
· 80 commits to main since this release
e9158ea

hails.media2Prim

Version: 0.1.0a

Example

Preview

Example Notecard:

Unless you change it in the script, Notecard MUST be named hails.urls
These are example URLs to test out the script.

https://i.imgur.com/cc957Ax.mp4
https://i.imgur.com/7iq48DN.mp4
https://i.imgur.com/S02CemU.mp4
https://i.imgur.com/fU7pIfg.mp4
https://i.imgur.com/xjGh9cM.mp4
https://i.imgur.com/HZ1YIsp.mp4
https://i.imgur.com/dg1UUQ3.mp4
https://i.imgur.com/dc9RNYg.mp4

Usage:

  • Rez a new Box/Square Prim (recommended shape)
  • Create a Notecard, name it hails.urls
  • Place your personal Links to Images/Sites/Animations/Video One per line
  • Create a new script and copy/paste the code over the default script
  • Make any personal adjustments
  • Save the script
  • Adjust the prim shape/position
  • Enjoy

Change-log

Minor Patch

RELEASED: 09/24/23
Version: 0.1.0a


  • TimerEvents
    • Now properly reset on Touch
    • Now trigger new TimerEvent length on image/page changes
  • Touch Function Fixes
    • Properly Resets TimerEvents
    • Randomized TimerEvent length(s) after Touch
    • Added proper randomization to url choice
  • Setup Function
    • Cleaned up function ordering
    • Moved llSetObjectName() functionality to always run
    • llSetColor(white, 0) now uses mediaFace variable to always match customization
    • New oppositeFace variable for customization
  • Verbose Debug
    • Added additional Debug output to Touch Function
    • Added additional Debug output to RNG for NC line choice
    • Fixed Debug variables that were not matching the variable being called by functions
  • Optimizations to Code workflow
    • Cleaned up the ordering of script functionality
    • Cleaned up readability
    • Removed unused/superfluous code