need a countdown timer to a specific date.
hey all,
i need a countdown timer that will access system time and show countdown to a specific date.
anyone has such a thing ?
appreciated.
Cheers
i need a countdown timer that will access system time and show countdown to a specific date.
anyone has such a thing ?
appreciated.
Cheers
Comments
EDIT: also i have a timer that access the system time.
add these: (all integers...as that is what device Clock uses)
targetMonth
targetDay
dayDifference
in ActorEditor
Rule: when (All)
Attribute: targetMonth = [exp] game.clock.Month
Attribute: targetDay < game.Clock.Day
---ChangeAttribute...[exp] scene.dayDifference To: game.Clock.Day – scene:targetDay
Rules: when
Attribute: scene.dayDifference = 0
---do this & that
Otherwise:
Rule:
Attribute: scene.dayDifference = 1
---do this Count(dayDifference).png or whatever
and so on...
MH
i think you mean Device.clock.month instead of Game.clock.month and so one right ?
well, you do select it as Device>Clock>Day ... but the actual [Exp] in expressionEditor displays: game.Clock.Day
as do Device>Touch; Mouse; etc.
why? ... who knows
MH