1

Is there any solution for setting up focus on layer in Lime framework. I would like to use this on game called "keepie uppie" with scrolling background (camera). When you hit the ball the entire frame together with a ball and tennis racket moves up.

The figure below shows how I would like to make it work:

enter image description here

4

1 に答える 1

0

ライムからカメラをチェックしてください。基本的に表示グループを作成し、それに関連してすべてを移動します。ゲームオブジェクトの1つにカメラの焦点を合わせることができます。githubリポジトリには、まさにそれを行う例が含​​まれています。

https://github.com/GrahamRanson/Camera

于 2012-01-24T06:13:13.470 に答える