I must admit that the musical intro from the first Gambas screen freaks me out a bit...I always wonder where it is coming from.
I know it plays on Christmas day and Easter Sunday; has anyone noticed it on other days of the year?
The Gambas Intro Music
- cogier
- Site Admin
- Posts: 677
- Joined: Wednesday 21st September 2016 2:22pm
- Location: Guernsey, Channel Islands
Re: The Gambas Intro Music
So that was what it was!
- BruceSteers
- Posts: 448
- Joined: Thursday 23rd July 2020 5:20pm
Re: The Gambas Intro Music
i've seen the code.
25 Dec
15 Aug (Assumption day)
Easter and Easter + lent
dNow = Date(Now) 'dNow = Date(2020, 12, 25) iYear = Year(dNow) dEaster = Date.EasterDay(iYear) If dNow = Date(iYear, 12, 25) Then sPlay = "bells.mp3" Else If dNow = Date(iYear, 8, 15) Or If dNow = dEaster Or If dNow = dEaster + 39 Then sPlay = "spiritus.mp3" bHasTear = True Else Return Endif
Wishing well
Bruce
If at first you don't succeed , try it differently.
Bruce
If at first you don't succeed , try it differently.
- Technopeasant
- Posts: 60
- Joined: Saturday 13th July 2019 6:50pm
Re: The Gambas Intro Music
Yeah, it can be a little startling at times.