Skip to main content
Known Participant
February 10, 2015
Question

Timer Not Working

  • February 10, 2015
  • 1 reply
  • 426 views

Hi,

     The flash timer is not working, when the close, minimize, maximize button is clicked. i.e when we press that button the timer stops working, actually only on mouse-up the flash will terminate, so the user can press that button and pause the game or say a quiz slide in flash for long time. How to avoid this, Thanks in advance

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
February 10, 2015

What code are you suing that doesn't work?  What portion of it is not working as hoped?

Known Participant
February 19, 2015

Hi, I need some logic to overcome the problem, I have explained above. To state it clearly, If we write a timer for a quiz or game and display it on screen just ctrl+enter will give you the o/u..in that screen got to top button close,minimize or maximize press on any one of that, do not release your mouse, now you can see the time is paused, later after 2 to three minutes, move the cursor inside the flash area(swf area) and release the mouse, the timer will start working, so the user can cheat this way to attain more time...to counter this is there any way in flash using as3..we can use windowStyle prop in html to take out that button, but like to know if flash has any way to control those button functionality using as3...I want to hide the buttons marked in black circle...can we do it in flash environment

Inspiring
February 19, 2015

If you publish to AIR you can choose the window style in publish settings. Default is system chrome which you see above - use the opaque or transparent type and you can then make your own buttons...