http://mfa.aquadasoft.com/upload/140..._problem_4.mfa
I turned off anti-aliasing for the "visual cell" object. It seems to work now. (the black cells still appear to be spaced, but that is because of the way the animation frame is drawn)
Printable View
http://mfa.aquadasoft.com/upload/140..._problem_4.mfa
I turned off anti-aliasing for the "visual cell" object. It seems to work now. (the black cells still appear to be spaced, but that is because of the way the animation frame is drawn)
Really? Anti-aliasing can cause that?
interesting that it did indeed made a huge difference... now figuring out why the Blue box shows when I hover over a Green one.. (its not doing it in the 4 solutions, but if I copy it 1:1 into my example it's happening)
The code is the same, so idk what I am missing here
And also can I hide the ones with an X in the mini viewer ?
Here is the part where I copied it 1:1 in my original file I posted here: https://www.dropbox.com/s/ic08svgckz...0different.mfa
So, why are the blue items showing, since the code is the same?
This most simple way I can think of to hide the cells with an "x" in the mini viewer would be to change that cell animation to a white block.
Event #17
Add "force animation frame to 0".
Ok. Do u have any idea why the color blue is showing in my frame while the code is the same?
I think my last response was poorly worded/confusing.
Issue 1) To hide the x cells, you could easily just redraw that animation frame.
Issue 2) Change event #17 to stop blue from showing.
I was on the phone and was doodling around with your .mfa:
http://mfa.aquadasoft.com/upload/140...different2.mfa
nice :)
So it wasn't only me that was confused lol..
Going to take a closer look at it