Page 1 of 1

hOW TO.... make a device with diffrent panels

Posted: Wed Oct 01, 2008 6:24 am
by fmpsycho
well i tried several ways like using the close pad to close one panel and open the other in order to navigate from one panel to the other it doesn't look as good as other
paged devices :roll:

Re: hOW TO.... make a device with diffrent panels

Posted: Wed Oct 01, 2008 8:33 am
by sharc
Try using SurfaceGroups and connect your switching mechanism to the 'show' pad :wink:

Re: hOW TO.... make a device with diffrent panels

Posted: Thu Oct 02, 2008 3:52 pm
by fmpsycho
Cool i practice and after a few try it worked, stiil need to master it thogh to get nicer resolts

Re: hOW TO.... make a device with diffrent panels

Posted: Fri Oct 03, 2008 3:10 pm
by fmpsycho
hey shark ... i don't know how to open the windows seperated ... they open up at once
how do i set the show var to another int ? beside 1 and 0 ?

and,,, how to make the button var to do the same thing ?? routing is simple ...

now how can i make it work ?

Re: hOW TO.... make a device with diffrent panels

Posted: Fri Oct 03, 2008 7:16 pm
by Shroomz~>
Use logic conditional IF modules is the easiest explanation. Say you have 3 pages & a 3-way button/pot (or whatever), then simply connect an IF module to each one. The first should send a 1 val when it receives a 0, the second will send a 1 val when it receives a 1, the third will send a 1 val when it receives a 2 & all three should send a 0 val when they receive anything other than their IF val.

Re: hOW TO.... make a device with diffrent panels

Posted: Sun Oct 05, 2008 4:36 pm
by fmpsycho
shark and Shrooomz, Rule !