定时消息 update:方法
scheduleUpdate方法会执行update:方法,每帧执行一次
或者指定定时方法
// in Node A-(void) scheduleUpdates{[self scheduleUpdate];}// in Node B-(void) scheduleUpdates{[self scheduleUpdateWithPriority:1];}// in Node C-(void) scheduleUpdates{[self scheduleUpdateWithPriority:-1];}