When the same level is viewed in DarkBasic its fine but in DBPro is extremely bright... any ideas?
DB VERSION:
DB PRO VERSION
It seems that APPEND OBJECT COMMAND in this line of code no longer works in DBPro:
LOAD OBJECT "idle.x",1 : APPEND OBJECT "walk.x",1,100
This line of code worked great in DBASIC, but when I used it in DB PRO I get:
Runtime Error: Animation keyframe does not exist ...
Ofcourse if I take the APPEND OBJECT "walk.x",1,100 line out it works but then the player doesn't animate when he walks :/
I don't see anything about the APPEND OBJECT command in the DBPRO instructions that says it was one of the commands that has been altered/changed/a problem/ etc... it lists this command just like in DBasic...
Anakin