Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TransformBitmapTest.as #8

Open
DarceyLloyd opened this issue Aug 25, 2011 · 1 comment
Open

TransformBitmapTest.as #8

DarceyLloyd opened this issue Aug 25, 2011 · 1 comment

Comments

@DarceyLloyd
Copy link

Lines 63 to 67:
_material.scaleU = Math.sin(_count1)_5;
_material.scaleV = Math.cos(_count2)_5;
_material.offsetU = count1.1;
_material.offsetV = count2.1;
_material.uvRotation = _count1;

Description Resource Path Location Type
1119: Access of possibly undefined property offsetU through a reference with static type away3d.materials:BitmapMaterial. TransformBitmapTest.as /Away3D4_Examples/src line 65 Flex Problem
1119: Access of possibly undefined property offsetV through a reference with static type away3d.materials:BitmapMaterial. TransformBitmapTest.as /Away3D4_Examples/src line 66 Flex Problem
1119: Access of possibly undefined property scaleU through a reference with static type away3d.materials:BitmapMaterial. TransformBitmapTest.as /Away3D4_Examples/src line 63 Flex Problem
1119: Access of possibly undefined property scaleV through a reference with static type away3d.materials:BitmapMaterial. TransformBitmapTest.as /Away3D4_Examples/src line 64 Flex Problem
1119: Access of possibly undefined property uvRotation through a reference with static type away3d.materials:BitmapMaterial. TransformBitmapTest.as /Away3D4_Examples/src line 67 Flex Problem

@richardolsson
Copy link
Member

Thanks for pointing this out. The examples repository (which is not really made for documentation purposes so the "examples" name is somewhat misleading) isn't really maintained. There will be a new examples repository available for launch of the stable Away4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants