Forum Topics tagged tween

Similar Tags

Report Tag

47 forum topics with this tag
  • 0 replies
  • 284 views
1 favourites

My problem is that I want to shrink a hollow box that is made of 4 sprites to a certain size with the tween behavior, and the shrinking part is perfectly fine e...

posted 2 years ago
  • 6 replies
  • 682 views
This content is deleted
Forum Topic
How do I tween or ease a global variable?
1 favourites

I can tween objects that have the tween behaviour no problem but what do I do if I need to tween a global variable? Thanks.

posted 2 years ago
  • 2 replies
  • 368 views
0 favourites

I'm basing an objects speed on a tween value. The object accelerates niceley but when the tween finishes the speed goes straight to zero. Here is the code. My f...

posted 2 years ago
  • 7 replies
  • 402 views
This content is deleted
Forum Topic
Lite Tween Broken in R307 (Game Dilemma)
0 favourites

I just purchased a game template from codecanyon and the game uses lite tween. In the package it has the latest version of the lite-tween plugin 1.7. When I try...

posted 2 years ago
  • 1 replies
  • 191 views
This content is deleted
Forum Topic
How do I tween an horizontal mirrored object?
0 favourites

I think it could be a bug and, if so, I'll post it as a bug in the specific area. The tween behaviors doesn't work correctly with flipped items just because fli...

posted 1 years ago
  • 1 replies
  • 222 views
This content is deleted
Forum Topic
Reverse movement in tween
0 favourites

How to make one sprite move away from another using tween? For an angle, I make the movement like this: Angle(Sprite.X, Sprite.Y, Sprite 2.X, Sprite 2.Y) -180....

posted 1 years ago
  • 2 replies
  • 335 views
This content is deleted
Forum Topic
Read Tween value
1 favourites

// Value tween from 100 to 200 linearly over 3 seconds. Const t = Tween.StartTween("value", 200, 3, "linear", {. StartValue: 100. }); // (then read t.Value over...

posted 1 years ago
  • 2 replies
  • 276 views
0 favourites

I wanted some kind of Time Trial feature in my game and so after beating a boss, the in-game timer should pause for a bit, letting the player breathe as the gam...

posted 1 years ago
  • 2 replies
  • 179 views
0 favourites

Can someone give me an example how to use tween as a waypoint for enemies? I don't want to use Moveto or Pathfinding behavior cause I want its movement to be mo...

  • 3 replies
  • 167 views
This content is deleted
Forum Topic
Tweening, sprite visibility, and event sheet order
0 favourites

This is kind of a complicated question. My project involves the player standing on the bottom of the screen. There are two platforms above, one to the left and...

posted 1 years ago

Similar Tags