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

PIXI.MovieClip( textureList ) returns null #65

Closed
globhammer opened this issue Apr 10, 2013 · 7 comments
Closed

PIXI.MovieClip( textureList ) returns null #65

globhammer opened this issue Apr 10, 2013 · 7 comments

Comments

@globhammer
Copy link

Is MovieClip working?

@englercj
Copy link
Member

Works great for me, can you post some code?

@globhammer
Copy link
Author

var textureList = [];

var max = soul.fileList.length;
trace("the max looks like " + max );

for ( var i = 0; i < max; i++ )
{
  var texture = PIXI.Texture.fromImage( soul.fileList[i] );
  trace("i did make a texture " + texture );
  textureList.push( texture );
}

trace("whats toon looking like " + PIXI.MovieClip( textureList ) );

@englercj
Copy link
Member

PIXI.MovieClip is a constructor, not a function that returns a value.

try again using new PIXI.MovieClip( textureList )

@globhammer
Copy link
Author

Now we are playing with POWER
That Worked!!!
ThankYou

On Tue, Apr 9, 2013 at 7:16 PM, Chad Engler notifications@github.comwrote:

PIXI.MovieClip is a constructor, not a function that returns a value.

try again using new PIXI.MovieClip( textureList )


Reply to this email directly or view it on GitHubhttps://github.com//issues/65#issuecomment-16151719
.

@globhammer
Copy link
Author

@GoodBoyDigital
Copy link
Member

Nice one!

@lock
Copy link

lock bot commented Feb 27, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Feb 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants