Machsupport Forum
Mach Discussion => Mach Screens => Topic started by: hacker77 on March 18, 2011, 10:56:24 PM
-
Gerry how do you get your bitmap led's to work flawlessly, when going from one state to another. I'm using REALDRAW PRO , how do you make them where they DON'T jump from side to side as if they were different size's. I've seen benny's video's and still they don't work right. any help and instruction's would be great! Thanks Richard
-
The width of the twostate LED needs to be exactly twice what the finished LED needs to be. And the on and off halves need to be exactly the same size, split exactly in the middle. Like this.
The image is 26x13, but the LED size in Screen4 is 13x13.
Usually, I create one state first, the size of the actual LED. Then I create a new, blank image, double the width, and copy two copies of the original into the new one, and move them into position. Then I modify one half. I keep them on separate layers to make this easier. Not sure if RD Pro has layers?
-
Ok See if this is what your talking about. Try it if you can please. Now for some reason when I press insert image it show's "bmp" . Am I missing something in the reply box .thanks Richard
-
Try "Additional Options", then Attach.
-
OK Great. DUH!! I remember now, anyway here it is . Thanks Again Richard
-
That's no good.
Start with one side, like this. The border on each side needs to be exactly the same, or the image will appear to move. Once you have it centered, you need to double the width. When finished, the border in between the two states should be double the border on the edges, because half the center border will be used for each state.
Also, the width needs to be an even number, because only half gets used at one time. If it's an odd width, it'll move when changing states. But, if you start with one side, as I suggest, than double the width, then the width can never be an odd amount.
Here's an example from my Aqua screen, which may show you what you need to do more clearly. Notice the width of the center.
If you're going to do a glow like that, here's what I do.
Start with the button width. Say it's 75 pixels. Say the glow needs another 6 pixels at each side. 75+12 = 87 pixels wide for each state, x2. so the image width would be 174 pixels. The two buttons should each be 6 pixels from the edge, with 12 pixels in between them. 6+75+12+75+6 = 174
Make sense?
-
Thank you for your valuable time. That makes perfect sense. Thanks Again Richard