Hi
This is my first attempt at a proper Livecode program, a binary clock.
Have compiled it, but it just stays static on the time that I ran it in the IDE. To get it to run there, I had to say which function I wanted to run, it didn't just start when changing from pointer tool.
Pretty sure it's something I've done, but not sure where to start looking.
I'm hoping to improve the code at a later point, but just wanted to see if it worked.
Binary clock exercise - stays static
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Binary clock exercise - stays static
- Attachments
-
- bclock.zip
- (2 KiB) Downloaded 185 times
Re: Binary clock exercise - stays static
Hi BranFlayk,
I was going to make a joke about dyslexia but it occurs to me that would be wrong.
"cardpreopen" should be preOpenCard
and
"cardopen" should be openCard
Easy to mess up on.
Now your stack will work.
Simon
I was going to make a joke about dyslexia but it occurs to me that would be wrong.
"cardpreopen" should be preOpenCard
and
"cardopen" should be openCard
Easy to mess up on.
Now your stack will work.

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
Re: Binary clock exercise - stays static
Thank you! Have got it working now - feeling like a right fool
Oh well, it was a learning execise...on to version 2

Oh well, it was a learning execise...on to version 2