Search found 5 matches

by MrOT
15 Feb 2012 13:48
Forum: General Discussion
Topic: Limited Objects?
Replies: 3
Views: 854

Limited Objects?

Hi. Wanna ask if there are some Limitation on Objects for a Project in the Editor! The Problem is that if I increase the Tabs of a Container and insert some Objects in it, then in another Interface some Objects are deleted! This really sucks, because I need all of there 3 Interfaces in the Projekt ...
by MrOT
07 Feb 2012 11:38
Forum: General Discussion
Topic: How to increase the Multiball.grid in code
Replies: 2
Views: 801

Re: How to increase the Multiball.grid in code

WORKS!

You are the greatest! Thanks very much!
by MrOT
06 Feb 2012 16:30
Forum: General Discussion
Topic: How to increase the Multiball.grid in code
Replies: 2
Views: 801

How to increase the Multiball.grid in code

Hi again. I want to increase the X Axis or the Y Axis of a Mutliballgrid by scripting. Did not find out how to do this. Tried it like this: decl agrid,x,y; agrid = getattribute(ContainerTopLeft.MultiballOne, 'grid'); x = agrid.x[0]; y = agrid.x[1]; x++; setexpression(ContainerTopLeft.MultiballOne ...
by MrOT
06 Feb 2012 12:26
Forum: General Discussion
Topic: Problem to execute a script
Replies: 3
Views: 1267

Re: Problem to execute a script

That's the Reason!

THX very much!
by MrOT
05 Feb 2012 17:50
Forum: General Discussion
Topic: Problem to execute a script
Replies: 3
Views: 1267

Problem to execute a script

Hello out there. Got a Problem to execute a script. I wanna set the x value of a Fader to 0 when hit a button. The script tells me no problem, but nothing happen if i hit the Button! my Script: decl n= 0; setattribute(Container5.Fader74, 'x', n); and my hierarchy is in the picture! Whats going wrong?