Quantcast
Channel: Tech Support
Viewing all articles
Browse latest Browse all 1703

Inaccurate Compiler Error

$
0
0
Hello, things were going fine in my project until I started getting an error while compiling.

Object: oMartialArtist_PreCreate at line 3 : Assignment operator expected


Inside the oMartialArtist object create event I have this code.

GML:
// Variables for movement
move_speed = 2; // Speed of movement
image_speed = 0.1; // Slower speed of the animation
is_moving = false; // Indicates if the character is moving

// Initialize health variables
max_health = 100; // Maximum...
Inaccurate Compiler Error

Viewing all articles
Browse latest Browse all 1703

Trending Articles