My object looks funny, clipped or wrong size, how come, how debug?
First check the inspector for Am_LEFT, Am_TOP, Am_HEIGHT, Am_WIDTH values to see if they are reasonable. Then, if these are set through constraints, set break points in your code to make sure the formulas are being called and are responding as you expect. If you “flash” the object using the “Objects/Flash Object” command in the inspector, then this will often print a message to the console describing why the object isn’t visible. Also, remember that groups clip objects inside of them, so make sure that the groups that the objects are in are big enough.