Error with negative positions in "y" in the following devices in the emulator : Droid, GalaxyTab, NexusOne and Sensation

I’m driving the point (0.0) as the origin and the point (320.480) as the end.

I’m placing negative positions in “y”, for example -15, but when I visualize in these devices the object appears in this position and I wish that it doesn´t appear, that the object is hidden.

On devices Ipad, Iphone and Iphone 4 if works well

What I can do??? [import]uid: 136125 topic_id: 27706 reply_id: 327706[/import]

We would need to see example code (main.lua) and your config.lua to understand if this is an issue in Corona or your code. This is not a known issue I’m aware of.

If you want to file a bug report, please include all the project files to reproduce the problem. [import]uid: 7559 topic_id: 27706 reply_id: 112411[/import]

The config.lua is

application = {
content = {
width = 320,
height = 480,
scale = “letterBox”,
fps = 30,

–[[
imageSuffix = {
["@2x"] = 2,
}
–]]
}
} [import]uid: 136125 topic_id: 27706 reply_id: 112415[/import]

The code is

local ball= display.newImage(colorin…".png" )

ball.x = 60
ball.y = -20

Displays the object in that negative “y” position in the devices mentioned [import]uid: 136125 topic_id: 27706 reply_id: 112416[/import]

What is the size of your png?

This is the reason you should file a bug report and include all the assets and files. We can’t really resolve bugs on the forum because of the extra time it takes to get all the information. [import]uid: 7559 topic_id: 27706 reply_id: 112418[/import]

The size is 60px*60px [import]uid: 136125 topic_id: 27706 reply_id: 112419[/import]

The size is 60px*60px [import]uid: 136125 topic_id: 27706 reply_id: 112420[/import]