MP3D Engine Alpha 33
Re: MP3D Engine Alpha 31
thank you AndyLy, a simple solution for a complex and very long post. i should thought of the Gray color.
thank you
thank you
Re: MP3D Engine Alpha 31
hello guys! I wanted to do something like normal buttons, and wanted to ask you may have an easier way? MP_PickSprite I think does not suit me.
This is what I wrote)
this works well, but may have a better solution?
thanks
This is what I wrote)
Code: Select all
Procedure AR_createButton(sprite,x,y,button)
If MP_MouseButtonDown(button)
If WindowMouseX(0) >= x And WindowMouseX(0) < (x + MP_SpriteGetWidth(sprite)) And WindowMouseY(0) >=y And WindowMouseY(0)<(y + MP_SpriteGetHeight(sprite))
result = 1
EndIf
Else
result = 0
EndIf
MP_DrawSprite(sprite,x,y)
ProcedureReturn result
EndProcedure
thanks
Re: MP3D Engine Alpha 31
This is the easiest way in the universe. In any dimension there is no way easier and better.
The simplest way, is always right way. Everything else, from the evil one.
The simplest way, is always right way. Everything else, from the evil one.
'Happiness for everybody, free, and no one will go away unsatisfied!'
SMsF town: http://www.youtube.com/watch?v=g6RRKYf_Pd0
SMf locations module (Ogre). Game video: http://www.youtube.com/watch?v=ZlhBgPJhAxI
SMsF town: http://www.youtube.com/watch?v=g6RRKYf_Pd0
SMf locations module (Ogre). Game video: http://www.youtube.com/watch?v=ZlhBgPJhAxI
Re: MP3D Engine Alpha 31
Can you please recompile this lib for PB 5.10???
Sveinung
Sveinung
-
- Enthusiast
- Posts: 497
- Joined: Sat Oct 11, 2008 9:07 pm
- Location: Germany, Berlin > member German forum
Re: MP3D Engine Alpha 31
Hi Sveinung,
i the next time i will have more time for my engine and i will make an update.
I have tested the mp3d engine with 5.10 beta 2 (x86) and it works fine. Do you have problems with its?
Greetings Michael
i the next time i will have more time for my engine and i will make an update.
I have tested the mp3d engine with 5.10 beta 2 (x86) and it works fine. Do you have problems with its?
Greetings Michael
Working on - MP3D Library - PB 5.73 version ready for download
-
- User
- Posts: 64
- Joined: Mon Dec 24, 2012 9:07 am
- Location: Ukraine
Re: MP3D Engine Alpha 31
I tested it on beta 1. I will test it with beta2. Thank you for responding
Regards
Sveinung

Regards
Sveinung
Re: MP3D Engine Alpha 31
PB 5.10 Beta 5 -
POLINK Error
POLINK Error
-
- Enthusiast
- Posts: 497
- Joined: Sat Oct 11, 2008 9:07 pm
- Location: Germany, Berlin > member German forum
Re: MP3D Engine Alpha 31
Hello Inner,
i test it with 5.1 beta 5 and everything works fine. Please reinstall the MP31 lib. I think you must overwrite the "PureLibraries\Windows\Libraries\" from the MP31 again. The beta lib will install other libs and this could be the problem...
Tested it with Windows xp and mp31 (x81)
Greetings Michael
i test it with 5.1 beta 5 and everything works fine. Please reinstall the MP31 lib. I think you must overwrite the "PureLibraries\Windows\Libraries\" from the MP31 again. The beta lib will install other libs and this could be the problem...
Tested it with Windows xp and mp31 (x81)
Greetings Michael
Working on - MP3D Library - PB 5.73 version ready for download
Re: MP3D Engine Alpha 31
A great tool.
Thanks
Hadrian
Thanks
Hadrian
Re: MP3D Engine Alpha 31
Yes it is now working fine, thanks for your advice.mpz wrote:Hello Inner,
i test it with 5.1 beta 5 and everything works fine. Please reinstall the MP31 lib. I think you must overwrite the "PureLibraries\Windows\Libraries\" from the MP31 again. The beta lib will install other libs and this could be the problem...
Tested it with Windows xp and mp31 (x81)
Greetings Michael
Re: MP3D Engine Alpha 31
---------------------------True29 wrote:POLINK Error :/
PureBasic - Linker error
---------------------------
POLINK: error: Unresolved external symbol 'DirectSoundCreate8'.
POLINK: fatal error: 1 unresolved external(s).
---------------------------
OK
---------------------------
Belive! C++ version of Puzzle of Mystralia
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
Re: MP3D Engine Alpha 31
You probalbly need to reinstall MP3D. This will install an "extended" version of dsound.lib.
Regards
Sveinung
Regards
Sveinung
Re: MP3D Engine Alpha 31
Thanks! I removed the dxsound.lib file, installed MP31 again and update the MP3Dlib to the alpha32 Version too.Sveinung wrote:You probalbly need to reinstall MP3D. This will install an "extended" version of dsound.lib.
Regards
Sveinung
Works now again.
Belive! C++ version of Puzzle of Mystralia
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...