Author Topic: Strange behavior  (Read 1772 times)

helioxfilm

  • Guest
Strange behavior
« on: December 28, 2012, 04:39:59 PM »
Hi Aren,

There is a strange difference between two sprites in my scene, see the attached image. The top is a normal UI sprite, the bottom is a UIImage Button. The glow effect at the end of the second sprite got modified. The sprite are on the same atlas, in fact, they are the same sprites. What might cause this difference?

Thanks,
Gyula


ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Strange behavior
« Reply #1 on: December 28, 2012, 08:28:07 PM »
Make sure the image button is using sprites, not sliced sprites.

helioxfilm

  • Guest
Re: Strange behavior
« Reply #2 on: December 29, 2012, 03:28:38 AM »
It is using sprites. However, I noticed, that I jave not deleted the Label (my sprite contains the text), so the default Label was in the widget set. After deleting that, everything is fine now :-)