Jump to content

Width equals zero


globHammer
 Share

Recommended Posts

We have noticed that when asking for width immediately after creating a display object you receive a value of zero the first time around.

Once i refresh the browser the correct the value is returned.

To compensate we have started using setTimeout on any function using width to insure the correct value is calculated every time.

 

setTimeout( self.update, 100 );

 

Anyone else encountering this issue?

 

 

Link to comment
Share on other sites

This is probably because the object has it's dimensions set from the texture, if the texture hasn't loaded yet it doesn't know the dimensions. When you refresh, the image is cached so it loads immediately.

 

Make sure to preload your resources before assigning them to objects.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...