PDA

View Full Version : Well I need help on stopping an object


wayron721
07-05-2009, 02:13 AM
Objects to Use:
• Helicopter
• Seaplane
Key's:
• 1 = Helicopter
• 2 = Seaplane
• Enter = start the rotors
• A = going up
• S = going down
• Directional Control (should only be available if the object is selected and
the rotors are moving), and directional controls are move forward, turn left,
turn right, move backwards (only for helicopter)

You should be able to use the directional control on the selected object.
None-selected object should not appear on the World. Make sure that the "proper"
moving parts will be moving when you select the desired object (ex. When 1 is
pressed the Helicopter object should appear on the screen and start rotating its
rotors [top and rear], and you can use the directional controls on it, if 2 is
pressed the Helicopter should vanish and the Seaplane should appear… it should
also start it's front rotors and directional control should be available to move
it)



I just can't stop the propeller from spinning... can anyone help me with this difficulty I'm encountering

Veryuhbull
07-07-2009, 08:39 AM
Are you using a big/infinite loop somewhere? It might be causing your problem because loops do not end or look at the next action until they end (get to their index or you force them to their index.)