pulpcore
[Prev] Thread [Next] | [Prev] Date [Next]
Re: Is this called "tearing"? How to remove it? David Brackeen Tue Jun 16 22:00:23 2009
Nope, not tearing. It looks like the scene is missing a background sprite. In the Images example the background sprite is:add(new FilledSprite(BLACK)); On Tue, Jun 16, 2009 at 7:58 PM, Lulin Zhang <[EMAIL PROTECTED]> wrote: > > Hi all, I'm new to pulpcore and the graphical development, recently I > just wanted to write an simple application somthing like scrolling > images horizontally, but there is a problem when moving images in the > player under debug mode, the images leave their motion tracks on the > screen, screenshot is as the following: > > http://farm4.static.flickr.com/3655/3633811337_b45839e6e9_o.png > > I thought that my app was something similar like the Image example, so > I checked it, and after removing stars related code in load() and > update(), leaving player only, that also created the similar problem, > screenshot: > > http://farm4.static.flickr.com/3369/3634624628_0ce1f7009a.jpg > > Also, those tracks would be disappeared when I adjust the stage size. > Is this called tearing? Could anyone tell me how to remove it? Thanks > in advance > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PulpCore" group. To post to this group, send email to [EMAIL PROTECTED] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pulpcore?hl=en -~----------~----~----~----~------~----~------~--~---
- Is this called "tearing"? How to remove it? Lulin Zhang
- Re: Is this called "tearing"? How to remove it? David Brackeen <=
- Re: Is this called "tearing"? How to remove it? Lulin Zhang