I have this project where if you click a button, it changes to the other costume it isn't when you click it, something like this.
When gf Clicked Forever If <<touching [mouse-pointer v]> and (mouse down?)> If <(costume#)(=)(1)> Switch to Costume [costume 2 v] end If <(costume#)(=)(2)> Switch to Costume [costume 1 v] end endThanks!
Offline
powerpoint56 wrote:
I have this project where if you click a button, it changes to the other costume it isn't when you click it, something like this.
When gf Clicked Forever If <<touching [mouse-pointer v]?> and (mouse down?)> If <(costume#)=(1)> Switch to Costume [costume 2 v] end If <(costume#)=(2)> Switch to Costume [costume 1 v] end wait until <not <<touching [mouse-pointer v]?> and (mouse down?)>> endThanks!
Fixed...this should work.
Offline
You could just use a simple
when [sprite] clicked next costume
Last edited by jji7skyline (2012-05-29 18:35:32)
Offline