Applied Object-Based Programming with Blitz3D

Blitz3D Forums/Blitz3D Tutorials/Applied Object-Based Programming with Blitz3D

Techlord(Posted 2005) [#1]
ONLINE COURSE
PDF Version (Courtesy of VinylPusher)

URL's corrected 05/06/07


Blitzplotter(Posted 2006) [#2]
A very well structured, informative and well written piece of work. Well done on providing such an invaluable reference source.


DQ(Posted 2006) [#3]
anybody know what happening to this article? i was trying to find it again but seems it disappeared. :P anyone know of a mirror of the site out there?
thx


j-man(Posted 2006) [#4]
Looks like their server is down. I'll host it here in PDF format until I'm told differently.
http://jnoodle.com/blitz/AOBPwB3D.pdf


DQ(Posted 2006) [#5]
thanks much jman!


Synchronist(Posted 2007) [#6]
Sorry to revive this thread, but does anyone know where this document can still be found? Thx.


markcw(Posted 2007) [#7]
dodgy post.


markcw(Posted 2007) [#8]
I had an html version of this on a old CD.
I zipped it up and you can get it here.
http://www.blitzmax.com/logs/userlog.php?user=8652&log=1737


Synchronist(Posted 2007) [#9]
Thx markcw, I got it from your link... I appreciate it! Cheers!


Techlord(Posted 2007) [#10]
Links have been updated. Sorry for the inconvenience.


Trader3564(Posted 2007) [#11]
I prefer to work with shortnames.
Going like "myAlien\Entity" takes more time then "a\e"

for a.alien = new alien
a\e=createcube()
a\x=1
a\y=2
a\z=3
a\pitch=0
a\yaw=0
a\roll=0
next