AnD4D , Yes, I have Paster.
You probably have a "default" instance of the Line sprite on your layout.
Create another layout (call it Unused or Assets) and move the Line sprite there.
Text object with Fade behavior.
Or do you mean the real system toast?
You need to set Origin Image Point on the Line sprite to its left end.
Also, instead of the sprite object I recommend using TiledBackground - it doesn't get distorted when you stretch it.
justme5555
It does work in C3, you can download it here:
https://rexrainbow.github.io/C3RexDoc/repo/
To install press Menu->View Addon Manager
I think we got scammed
Develop games in your browser. Powerful, performant & highly capable.
You can't drag what - the box, the sprite, the item? Why can't you drag it?
vubidugil
Try adding this action:
Sprite2 set angle to myAngle
Here is a demo:
https://www.dropbox.com/s/duvpav0oslqnr ... .capx?dl=0
I can't see your images. Try uploading them to some other service - like imgur or postimages.org
You need this plugin:
Click the "demo" link to see how it works.
Variable RADIUS=200 Variable myAngle=0 On every tick Add 1 to myAngle Sprite set X to (pivotSprite.X+RADIUS*cos(myAngle)) Sprite set Y to (pivotSprite.Y+RADIUS*sin(myAngle))[/code:3ak5ci55]
ClimbProgress=0 when the player starts climbing and ClimbProgress=1 at the top.
You can add something like 0.01 or 0.005 to this variable when key "W" is down.
Member since 26 May, 2016