shooting problemos
blastfactor
Member Posts: 72
ok... so my problem is that i have a "slingshot" type game
whenever i preview it, it only lets me shoot if i just click on it or drag it back a tiny tiny bit, otherwise its just stuck to the mouse...
is it because its set to touch and im on a computer and it will work fine on the ipod?
heres what i got
i have it so that i have a Cueball and a Pullback
in the cueball i have
RULE
- When Touch is pressed
- When Touch is inside
- Change game.SettingShot to true
RULE
-When game.SettingShot is true
-When Touch is released
-When self.Readytoshoot is true
-change game.SettingShot to false
-change self.readytoshoot to false
-change game.balldestroyed to false
RULE
-when touch is released
-when game.settings is true
-change game.readytoshoot to true
whenever i preview it, it only lets me shoot if i just click on it or drag it back a tiny tiny bit, otherwise its just stuck to the mouse...
is it because its set to touch and im on a computer and it will work fine on the ipod?
heres what i got
i have it so that i have a Cueball and a Pullback
in the cueball i have
RULE
- When Touch is pressed
- When Touch is inside
- Change game.SettingShot to true
RULE
-When game.SettingShot is true
-When Touch is released
-When self.Readytoshoot is true
-change game.SettingShot to false
-change self.readytoshoot to false
-change game.balldestroyed to false
RULE
-when touch is released
-when game.settings is true
-change game.readytoshoot to true
Comments