Hiya, I'm just wondering if the AlignToVector command has changed in recent times?
A friend kindly donated some source for me to mess around with to help me get into the swing of things, which worked in the Demo/Trial version of Blitz3d, but now I get the error:
Too many parameters
since I have today installed the full version of Blitz3d.
I bought BlitzMax/MaxGUI and Max3d after having a fiddle around with the demos.
I got the source to compile again, simply by removing an extra number. I just wondered when it changed as that very same source compiled on the demo version, without removing any extra numbers.
The original line was:
AlignToVector(player),playervectorx#,playervectory#,playervectorz#,2,0.25
and the amended line (to work with full version) is:
AlignToVector(player),playervectorx#,playervectory#,playervectorz#,2
Not important I guess, but I just wondered what the score was?
Actually, come to think of it, I did install the miniB3d stuff earlier? Would that be why?
I installed miniB3d in the hope that I could do 3d stuff with BlitzMax, but I couldn't get any of the old Blitz3d stuff to compile, which is why I ended up buying Blitz3d too.
Anyway, I do go on, don't I?
Excuse me for being a noob. Maybe I'm just thick :)
A friend kindly donated some source for me to mess around with to help me get into the swing of things, which worked in the Demo/Trial version of Blitz3d, but now I get the error:
Too many parameters
since I have today installed the full version of Blitz3d.
I bought BlitzMax/MaxGUI and Max3d after having a fiddle around with the demos.
I got the source to compile again, simply by removing an extra number. I just wondered when it changed as that very same source compiled on the demo version, without removing any extra numbers.
The original line was:
AlignToVector(player),playervectorx#,playervectory#,playervectorz#,2,0.25
and the amended line (to work with full version) is:
AlignToVector(player),playervectorx#,playervectory#,playervectorz#,2
Not important I guess, but I just wondered what the score was?
Actually, come to think of it, I did install the miniB3d stuff earlier? Would that be why?
I installed miniB3d in the hope that I could do 3d stuff with BlitzMax, but I couldn't get any of the old Blitz3d stuff to compile, which is why I ended up buying Blitz3d too.
Anyway, I do go on, don't I?
Excuse me for being a noob. Maybe I'm just thick :)