Class: Rain

Rain(col, width, maxLen, speed)

Class that holds all the information of one column of rain.

Constructor

new Rain(col, width, maxLen, speed)

Create a Rain object
Parameters:
Name Type Description
col number Which column of rain this object is. Counted from the left.
width number How wide this column of rain will be.
maxLen number The maximum number of hearts in the column.
speed number How fast the column falls dows the screem.
Source:

Methods

draw()

Draws each heart in the column and then moves it down by an amount determined by the speed of the column.
Source:

randomLength()

Randomises the length of the column.
Source:

reset()

Resets the column with new parameters.
Source:

setHeight()

Changes the height of the column and creates new heart objects above the screen.
Source:

Documentation generated by JSDoc 3.6.3 on Sat Jun 11 2022 20:28:51 GMT+0100 (BST)