Tak Tak
02-16-2005, 05:37 PM
Hi,
I don't know how I can solve this problem so please give me some advice.
I want to know how I can tell script that I want allow only point helpers for my selection. I think "classOf selection" is my problem, but don't know what is right way...
on adjust_spn changed val do
if classOf selection==point then $.size = adjust_spn.value else messagebox "Please, select point helper!"
Thanks for helping.
I don't know how I can solve this problem so please give me some advice.
I want to know how I can tell script that I want allow only point helpers for my selection. I think "classOf selection" is my problem, but don't know what is right way...
on adjust_spn changed val do
if classOf selection==point then $.size = adjust_spn.value else messagebox "Please, select point helper!"
Thanks for helping.
