Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

ChickenOutbreak Demo

 import QtQuick 2.0
 import Felgo 4.0

 // base component for all 3 scenes in the game: MainScene, ChickenOutbreakScene and GameOverScene
 Scene {
   id: sceneBase
   width: 320
   height: 480

   // this is an important performance improvement, as renderer can skip invisible items (and all its children)
   // also, the focus-property for key handling relies on the visible-property
   visible: opacity>0

   // this fades in and out automatically, when the opacity gets changed from 0 to 1 in ChickenOutbreakMain
   Behavior on opacity {
     // the cross-fade animation should last 350ms
     NumberAnimation { duration: 350 }
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded