Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

DLL Talk / Dll Help

Author
Message
DarkSoul
15
Years of Service
User Offline
Joined: 6th Nov 2008
Location:
Posted: 7th Jul 2009 20:48
Hi, I will begin scheduling some dlls, but first I need to know some basic things such as:
By creating a cube in DBpro, move the cube from dll, for example:
Create a new command in my dll with the name: MoveEntity() and use it in DBpro:

Make Object Cube 1,5
Do
If InKey$()="W" Then MoveEntity(1,0,0,1)`<<My personal command
Loop

Is it possible?
Rudolpho
18
Years of Service
User Offline
Joined: 28th Dec 2005
Location: Sweden
Posted: 11th Jul 2009 20:28
Yes, but unless it returns something, the syntax from within DBPro would be
MoveEntity 1, 0, 0, 1.

(You could even have Move and Entity as two separate words, hence the syntax move entity 1, 0, 0, 1 would be accepted).

Login to post a reply

Server time is: 2024-04-19 01:06:13
Your offset time is: 2024-04-19 01:06:13