Skip to main content
July 1, 2011
Answered

Certain movieclips not showing up in GPU

  • July 1, 2011
  • 1 reply
  • 430 views

Hi just wondering if anyone has had the issue where certain movieclips aren't visible in GPU mode but can be seen when compiled as CPU.No filters are being used but these two movieclips that aren't being shown are background landscapes for a game and are being moved gradually across the screen with some actionscript.

Been testing on Android so not sure if this issue occurs in IOS.

Thanks

This topic has been closed for replies.
Correct answer Joe ... Ward

How big are they? On some GPUs there is a 1024x1024 pixel limitation.

See http://help.adobe.com/en_US/as3/mobile/WS901d38e593cd1bac-3d719af412b2b394529-8000.html

1 reply

Joe ... WardCorrect answer
Participating Frequently
July 2, 2011

How big are they? On some GPUs there is a 1024x1024 pixel limitation.

See http://help.adobe.com/en_US/as3/mobile/WS901d38e593cd1bac-3d719af412b2b394529-8000.html

July 4, 2011

Thanks Joe, solved my issue and exactly what i needed to hear.

Surprised i hadn't noticed that yet.