brlrt / away3d

Automatically exported from code.google.com/p/away3d
0 stars 0 forks source link

MovieClipSprite disappears when it collides with camera. #145

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Extend Sprite and create a class Circle.as that draws a circle using it's 
own graphic property.

2. Create MovieClipSprite with Circle passed into constructor as the target 
sprite and add sprite to scene.

3. Use move functions to move camera into (collide with) an instance of the 
MovieClipSprite (passing through it) and then move back as to see it again.

What is the expected output? What do you see instead?
To see the MovieClipSprite. The MovieClipSprite is gone and no where to be seen 
as if it was removed from scene. 

What version of the product are you using? On what operating system?
away3d 3.6, Windows 32 XP, flashplayer 10.1

Please provide any additional information below.

Original issue reported on code.google.com by shanepde...@gmail.com on 29 Jan 2011 at 4:28