Here's just a simple question. Are any of you aware of codes that would interfere with an icon Shift function.
I coded in a testing project environment that made changes to an icon using shift. It turned out perfectly, when I went to integrate it to my source, it only partially worked.
Basically icon.Shift() only works when I want to shift WEST or EAST directions. NORTH or SOUTH shift have no effect whatsoever.
Any ideas on what is interfering with my use of icon.Shift() NORTH OR SOUTH?
ID:1972307
Oct 25 2015, 11:37 am (Edited on Oct 25 2015, 1:48 pm)
|
|
Oct 27 2015, 6:32 am
|
|
Pay attention to whether or not there's any offsets to the y axis.
|
Code:
obj Basically the code edits hair overlays, to fit icons that are bigger than it. I know the code works cause I tested and created in an external project. Are you talking about offsets to the objects(hair) pixel_y value, or icon? |