Page 1 of 1

Can you create custom non control objects in live code?

Posted: Sat Jul 09, 2011 10:12 am
by Jamesplank
Is live code like other object oriented languages?
Can you create objects in the background that are not controls?
If so what are they called as I can't see anything in the user guide.

Thanks for the help in advance. Looking forward to getting to grips with
Lower level programming

Thanks
James

Re: Can you create custom non control objects in live code?

Posted: Sat Jul 09, 2011 1:09 pm
by shaosean
Yes and no.. You can use a stack to store code to be used as a library.. If you are looking for faceless controls, you can always make an invisible button (or a group with no controls).. A while back I played around with the idea of having socket controls and it worked out rather well but the project has been put to the back burner for a while..