I am having problem with image just bluring on me. I am using a regular timed script to move Image from place to place. This gives the image an animation like moving effect. the only problem is that image tends to blur for the eye and makes very annoying effect which looks horrible. It just doesn't look smooth. I tried everything but with no succes. I just need a smooth scripted movement to create animaton. I don't want flash or any other fixed animation. I tried changing the timer interval and tried at the same time changing the speed of the image but it's the same. It just doesn't want to be smooth. sometimes I think it flickers a little bit. I don't know.
Image.SetPos("Image1", result.X, result.Y + 10); << that's the starting point
Firstly i used it with keys then I changed it so the page does it automaticaly on show. Still notthing. Hope someone knows the problem and better yet a solution. Thanks in advance.
Image.SetPos("Image1", result.X, result.Y + 10); << that's the starting point
Firstly i used it with keys then I changed it so the page does it automaticaly on show. Still notthing. Hope someone knows the problem and better yet a solution. Thanks in advance.
Comment