Blockland Forums > Modification Help
What would be the function that sets a delay of a raycast judging by distance?
Port:
--- Quote from: CityRPG on January 18, 2012, 08:14:01 AM ---Do clients actually see the increased speed or only the local connection?
Edit: Now that I think about it, isn't the solution %projectile.setVelocity(); in ::onAdd?
--- End quote ---
You can't set the velocity of a projectile after it's created. However, you can modify initialVelocity while creating it.
Nexus:
--- Quote from: SWAT One on January 15, 2012, 10:40:17 PM ---
--- End quote ---
What, is the projectile accelerating from a standstill now?
You could have mentioned that.
The formula for projectile motion is
Distance = (Initial Velocity)*(Time) + (1/2)(Acceleration)(Time)2