I get the following error when running the physics/CrashTest.pde example: _The function "openStream(String)" does not exist_ Example runs perfectly if I replace `openStream` with `createInput` on line 81.
I get the following error when running the physics/CrashTest.pde example:
The function "openStream(String)" does not exist
Example runs perfectly if I replace
openStreamwithcreateInputon line 81.