[SOLVED] iOS Publish error

twinter3

  • Posts: 98
Works fine in flash, error when compiling for iOS.

61: error: invalid operands of types 'objc_object*' and 'float' to binary 'operator-'

« Last Edit: February 09, 2012, 02:11:26 pm by twinter3 »

Rhys

  • Posts: 1046
Put the "get enemy health" block in an "as number" block. This is a bug either way, though.

twinter3

  • Posts: 98
Worked.  Thank you.