| 298 | } |
| 299 | |
| 300 | cpBool catcherBarBegin( Arbiter* arb, Space* space, void* ) { |
| 301 | Shape *a, *b; |
| 302 | arb->getShapes( &a, &b ); |
| 303 | |
| 304 | Emitter* emitter = (Emitter*)a->getData(); |
| 305 | |
| 306 | emitter->queue++; |
| 307 | |
| 308 | space->addPostStepCallback( &postStepRemove, b, NULL ); |
| 309 | |
| 310 | return cpFalse; |
| 311 | } |
| 312 | |
| 313 | void demo3Create() { |
| 314 | defaultDrawOptions(); |