To download this demo for your Linux/Mac installation, enter this on your command line:
DreamDownload byond://Spunky_Girl.BeamSkillDemo##version=0
Emulator users, in the BYOND pager go to File | Open Location and enter this URL:
byond://Spunky_Girl.BeamSkillDemo##version=0
812 downloads
Version v1.0
Date added: | Apr 3 2009 |
Last updated: | Apr 4 2009 |
3 fans
|
This beam demo shows you how to use two built-in procedures of the DM program to make a simple Beam-like verb.
|
|
Related Demos
A demo of beams and collision detection
|
|
A projectile system demo. Includes beams with trails. For more info, just check inside.
|
|
|
|
Luminosity Demo it shows darkness and light in game
|
|
Visual and physical effects for turfs with different elevations.
|
|
By far the most superior roofing system on BYOND.
|
|
See what's fun about image.override!
|
|
This shows you how to make roofs on a house.
|
|
|
|
Demo of how realistic water can be modeled.
|
|
Weather System TB, is a simple patch code add to your games simple rainy season winter season and summer.
|
|
Generate advanced hard-edge static lighting
|
|
|
More Demos by Spunky_Girl
A simple item stacking demonstration
|
|
A little demonstration on how to incorporate right-clicking
|
|
Need a baseline source to build off of to create your own game? Try this one!
|
|
Explains how to program basic AoE skill verbs with added FX
|
|
A simple demo on how to cancel an input() call
|
|
Hate making grass turfs like I do? Make DM do it for you :)
|
|
Copyright © 2025 BYOND Software.
All rights reserved.
actually my idea is better .. the only problem would be on the following line:
if(T2) new/obj/Beam/tail(T2,Owner,dir)
and it can be fixed, by setting the tail direction equals de head direction. considering the owner variable won't be needed there if you add the tails to a list =D