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

ChickenOutbreak2 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

   opacity: 0

   enabled: visible

   // 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
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded