|
Hello I'm trying to build my game to my iPhone but it won't let me build cause I didn't use pragma strict scripting. I'm having error with this line:
(comments are locked)
|
|
It seems that you're not declaring the startTime type. Declare it as a float: And declare guiTime type as float too: Thank you it worked!!! :D Cheers!
Sep 07 '11 at 04:37 AM
RamboPanda
Technically guiTime doesn't need to be declared as a float, since the other two variables are floats, so it will be automatically typed as a float by type inference.
Sep 07 '11 at 05:12 AM
Eric5h5
Oh okay. Noted! Thank you for the advice. :)
Sep 07 '11 at 05:31 AM
RamboPanda
(comments are locked)
|
