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.

DarkBASIC Professional Discussion / how do i load models that move

Author
Message
Coding Beast
12
Years of Service
User Offline
Joined: 13th Dec 2012
Location:
Posted: 16th Apr 2013 18:19
how would i load models and make them move into darkbasic

if i fail i try again
Sergey K
21
Years of Service
User Offline
Joined: 4th Jan 2004
Location:
Posted: 16th Apr 2013 18:30 Edited at: 16th Apr 2013 18:31
move like animation or move like move from point to point?
cuz they both different movements

if its animation, then dbp is not suited to do that thats why u need to use pro 3d modeling apps to create animations

but if u want to move object from point to point, just use the command "move object" inside a loop.


follow the code

sync on
sync rate 60
make object cube 1,10
do
move object 1,0.5
sync
loop

Advanced Updater for your games!
Brendy boy
19
Years of Service
User Offline
Joined: 17th Jul 2005
Location: Croatia
Posted: 16th Apr 2013 18:32
Quote: "how would i load models"

have a look at load object commands

Quote: "make them move into darkbasic"

have a look at move object and set object position commands

Mobiius
Valued Member
22
Years of Service
User Offline
Joined: 27th Feb 2003
Location: The Cold North
Posted: 16th Apr 2013 18:33
And loop/play object for object animations.

I live for video games! (And beers, and football, and cars!)
See what I live for here: [url]http:\\www.TeamDefiant.co.uk[/url]

Login to post a reply

Server time is: 2025-05-17 16:01:14
Your offset time is: 2025-05-17 16:01:14