if space is down
- Set variable 'space' to 1
if space is not down
- Set variable 'space' to 0
If space is pressed
If variable 'space' is 1
- actions - set space to 0
I've tried your method, here is a screenshot:
<img src="http://i47.tinypic.com/x3cqol.jpg">
This method doesn't work or I didn't understand you... Could you make an example?
~~~
on layout start disable the off group
<img src="http://i46.tinypic.com/10ni5fk.jpg">
I tried this but it doesn't work.
1st method
You first Disabled the "on" group yet it have to enable "off" group first.
> Sprite: Set Y to Sprite.Y-64
System :Disable group "on"
System :Enable group "off"[/code:c16ns8cp]
Should be [code:c16ns8cp]
Sprite: Set Y to Sprite.Y-64
System :Enable group "off"
System :Disable group "on"
[/code:c16ns8cp]
I tried this but it doesn't work too.
This is a cap file: download.
Could you download it and make necessary changes?