beam weapons

BlitzMax Forums/BlitzMax Programming/beam weapons

Cruis.In(Posted 2009) [#1]
could someone point me in a right direction to investigate adding laser type beam weapons to a game?


N(Posted 2009) [#2]
That's really non-specific...


_Skully(Posted 2009) [#3]
In its simplest form...
drawline x,y,x1,y1


siread(Posted 2009) [#4]
Take a look at these free shooters from Hikoza Ohkubo...

http://www18.big.or.jp/~hikoza/Prod/

Look for the laser images in the data folder. The glowing laser effects can be created by using SetBlend(LIGHTBLEND) before drawing the image and using a particle system to create the trails.


GfK(Posted 2009) [#5]
TimelineFX is capable of producing laser effects - there's one included in the samples that come with it.


Cruis.In(Posted 2009) [#6]
tx guys


hub(Posted 2009) [#7]
Perhaps this
http://www.blitzbasic.com/Community/posts.php?topic=85427