Hi,
In my game i want to have health-objects.
dbLoadObject ( "health.x", 4 );
dbPositionObject ( 4, 30, 33, 100 );
dbSetObjectLight ( 4, 1 );
dbScaleObject ( 4, 1000, 1000, 1000 );
This looks like a heart and I have following questions:
1. How can i make it to Y-Move the object the whole time (while i'm walking around ot should turn around itself)
2. When i touch this Item i want to get full health and this Object must be removed.
sth. like "if ObjectCollision == 1" would be helpful,
but this function doesn't exist, so how can i manage it?
kind regards
Matthias