Working example
Well if you want to use similar events it would be subtract instead of add and when selected = 0 set selected to 3
Wouldn't that be like trying to move the confetti after shooting it out of a confetti-gun?
I don't think moving the gun after shooting will work for that..
Question has been asked before
coins on created
set angle of movement to random()
you are using 8 direction behaviour, which rotates the sprite..
turn of rotate in the behaviour settings..
Using the platform behaviour for this movement would even be easier..
system compare doesn't pick anything..
you could try using pick object by comparison..
I guess using a for each object would work too
Should work, but maybe try using 98 instead of 99
Not sure why you use layers and not just z-order?
Move to bottom of layer and Move to top of layer,
or Move to object (behind and in front of)
append " " should work
Maybe you'd like this:
easy keyboard
With plugins almost everything is..
Don't think a plugin exists for it yet, though..
Develop games in your browser. Powerful, performant & highly capable.
Yep.. One event..
Spritefont on created
add all actions to set the spacing
Works for me..
Every spritefont created automatically has the right spacing..
You'd need a routing api for that..
This is just a way to show a map..
You should just use : str(GeoLocation.Latitude) and str(Geolocation.Longitude)
No "" around it, just like I said..
As you can see.. there are " around the str(geolocation) and as such the whole thing is treated as a string..
I'm not really sure how I did it last time..
The issue lies with the plugin..
I'll look if I can find my project..