Talk:Smooth Sliding Door

From Second Life Wiki
Revision as of 12:56, 24 April 2014 by George Black (talk | contribs) (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…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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)