|
Shard Soyinka
ubertease
Join date: 6 Nov 2005
Posts: 23
|
01-24-2007 09:55
Hey everybody! I have been creating scripts and placing them into objects so that when you click on the object you get a drop down menu to select different functions. The Xcite line of products being the most widespread and probably well known examples of the blue menu system I am refering too. Now that you know what I am talking about, here's the issue:
Well I I have used my same menu system in a lot of my projects and have never had any problems with it, until now. Normally all I'd need to do is drop the script into the root prim of the object and no matter what prim in the object you clicked on the menu would show up. For some reason on my latest project this is not the case. All my old scripts stil work just fine and the lines for code for the menu are identical except for the strings on the buttons. I thought this may be just a glitch with SL but this problem has persisted now for almost a week.
Help!
|
|
Newgate Ludd
Out of Chesse Error
Join date: 8 Apr 2005
Posts: 2,103
|
01-24-2007 10:22
From: Shard Soyinka Hey everybody! I have been creating scripts and placing them into objects so that when you click on the object you get a drop down menu to select different functions. The Xcite line of products being the most widespread and probably well known examples of the blue menu system I am refering too. Now that you know what I am talking about, here's the issue:
Well I I have used my same menu system in a lot of my projects and have never had any problems with it, until now. Normally all I'd need to do is drop the script into the root prim of the object and no matter what prim in the object you clicked on the menu would show up. For some reason on my latest project this is not the case. All my old scripts stil work just fine and the lines for code for the menu are identical except for the strings on the buttons. I thought this may be just a glitch with SL but this problem has persisted now for almost a week.
Help! The normal reason for this, if LL havent broken everything, is if you have a script in a child prim that has set pass touches to false.
|