Difference between revisions of "Talk:Smooth Sliding Door"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "This script isn't a very good example... It's using a variable to keep state instead of using the nice LSL state system, which would make the script simpler as well as more relia…")
(No difference)

Revision as of 12:56, 24 April 2014

This script isn't a very good example... It's using a variable to keep state instead of using the nice LSL state system, which would make the script simpler as well as more reliable. As it is, it's really prone to race conditions... click the door like crazy and you can make it slide away.

Also the auto-close version of the script removes one of the features of the original... resetting to its original position after moving.

George Black 12:56, 24 April 2014 (PDT)