Rather than having to see the exact co-ordinates there should be a block like:
( Go To [Right End] of stage )
With the [Right End] able to change to:
Top edge
Center
Bottom edge
Left edge
It would be helpful
Another block:
[Center sprite]
Which will exactly center the sprite.
Last edited by ssss (2011-11-09 05:52:37)
Offline
I can see why some people would want it, but it would just be one more block which someone would have to develop, when it could be easily replicated.
Offline
You obviously don't understand the use of the [center sprite] block ^.^
It would be useful But oh well
I'll see if I can make my own blocks, which work with normal app viewer
Offline
Workaround:
ssss wrote:
Right end [go to x:(240) y:(0)]
Top edge [go to x:(0) y:(180)]
Center [go to x:(0) y:(0)]
Bottom edge [go to x:(0) y:( -180)]
Left edge [go to x:(-240) y:(0)]
It would be helpful :)
Another block:
[Center sprite] [go to x:(0) y:(0)]
Which will exactly center the sprite.
Offline