About Store Forum Documentation Contact



Post Reply 
Loading Image
Author Message
Pherael Offline
Member

Post: #1
Loading Image
I started my first project in EE 2.0 and I have this problem

With this basic code
Code:
class BaseDragon : BaseUnit
{
   ImagePtr image2D;

   void createFromBlock(Vec _pos)
   {
      T.pos = _pos;
      image2D = "UID(1430213917, 1087575874, 4114801325, 3040229808)";
   };
}

This error appear when I playing project:
Can't load Image "UID(1430213917, 1087575874, 4114801325, 3040229808)"

Why is that? I do something wrong?
(This post was last modified: 04-16-2013 07:28 PM by Pherael.)
04-16-2013 07:23 PM
Find all posts by this user Quote this message in a reply
para Offline
Member

Post: #2
RE: Loading Image
try the UID without the quotes ( " " ) ?
04-16-2013 07:34 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Pherael Offline
Member

Post: #3
RE: Loading Image
Thank you very much, I knew it was something stupid. grin
04-16-2013 07:37 PM
Find all posts by this user Quote this message in a reply
Post Reply