Updated Text Script.md (markdown)
commited
commit
830899ad45a8f8e9ad2c57fb39192fdea11191d2
... | ... | @@ -236,7 +236,7 @@ Loop(num start = 0, num end = 0) { |
236 | 236 | } |
237 | 237 | |
238 | 238 | # Sensors |
239 | TouchSensor() { |
|
239 | TouchSensor('touching' , '1st') { |
|
240 | 240 | //Outputs |
241 | 241 | out.screen.x |
242 | 242 | out.screen.y |
... | ... | @@ -245,8 +245,8 @@ TouchSensor() { |
245 | 245 | Collision(obj mainObject) { |
246 | 246 | //Outputs |
247 | 247 | out.secondObject |
248 | out.impulse |
|
248 | 249 | out.normal |
249 | out.direction |
|
250 | 250 | } |
251 | 251 | |
252 | 252 | BoxArt() { |