Search found 11 matches
- Tue Nov 18, 2014 7:38 am
- Forum: Talking LiveCode
- Topic: Parental Gate for Apple - Math problem
- Replies: 22
- Views: 4977
Re: Parental Gate for Apple - Math problem
Hey everybody! I'm in between a few different major life developments (all good stuff, I hope!:D), so I haven't checked the code/advice/encouragement y'all shared with me yet. Hoping to have time to check everything out tomorrow. I just want to say to all of you, from the bottom of my heart, thank y...
- Sat Nov 15, 2014 6:36 pm
- Forum: Talking LiveCode
- Topic: Parental Gate for Apple - Math problem
- Replies: 22
- Views: 4977
Re: Parental Gate for Apple - Math problem
Hey Randy! Thanks for adding to the convo. When I go to check out your stack it says it's corrupted. I'm using LiveCode 6.7. Do I need to get a newer version? Thank you!
Steve
Steve
- Sat Nov 15, 2014 6:27 pm
- Forum: Talking LiveCode
- Topic: Parental Gate for Apple - Math problem
- Replies: 22
- Views: 4977
Re: Parental Gate for Apple - Math problem
Grrrr ... so frustrated. I have tried so many things now. Can't get it working. So, I'm trying something different and I am wondering why this won't work. On one of the button scripts I put this ... on mouseUp if (me + button "button6" + button "button9") is true then go to card "ParentMenu" end if ...
- Fri Nov 14, 2014 6:51 pm
- Forum: Talking LiveCode
- Topic: Parental Gate for Apple - Math problem
- Replies: 22
- Views: 4977
Re: Parental Gate for Apple - Math problem
So, here's the code I have so far. It does what I want to hilite the buttons. But, won't move to next card. I get no errors, but no movement. ** each button script ** on mouseUp set the hilite of me to true put me into tButtons end mouseUp ** card script ** local tButtons on tButtons if the hilite o...
- Fri Nov 14, 2014 6:11 pm
- Forum: Talking LiveCode
- Topic: Parental Gate for Apple - Math problem
- Replies: 22
- Views: 4977
Re: Parental Gate for Apple - Math problem
Hmmm ... custom properties. I feel like I need to play with this. I think my Saturday morning is now planned;P
- Fri Nov 14, 2014 6:07 pm
- Forum: Talking LiveCode
- Topic: Parental Gate for Apple - Math problem
- Replies: 22
- Views: 4977
Re: Parental Gate for Apple - Math problem
Craig, What I'm thinking with "holding" the button is more about can I store a button push until the remainder of the buttons that need to be pushed are pushed (there's gotta be a better way to say that:D) So, an example ... Parental Permission Required What numbers are divisible by three? I then ha...
- Fri Nov 14, 2014 2:53 pm
- Forum: Talking LiveCode
- Topic: Parental Gate for Apple - Math problem
- Replies: 22
- Views: 4977
Re: Parental Gate for Apple - Math problem
Simon, Thank you so much for your help. I look forward to messing with the code today. You gave me a great direction to follow. If I am able to get this down, I will be able to create the gate sample that Apple provided, and probably get approved. I do have a couple questions about my "divisible by ...
- Thu Nov 13, 2014 11:41 pm
- Forum: Talking LiveCode
- Topic: Parental Gate for Apple - Math problem
- Replies: 22
- Views: 4977
Re: Parental Gate for Apple - Math problem
Hey Simon. Thanks for the reply. That's the tutorial I started with. Then, I went into dictionary within LiveCode and figured out more. I actually had no problem with the multi-touch part itself. I couldn't make it so you had to hold down with 2 fingers for 3 seconds before it would go to next card....
- Thu Nov 13, 2014 5:26 pm
- Forum: Talking LiveCode
- Topic: Parental Gate for Apple - Math problem
- Replies: 22
- Views: 4977
Re: Parental Gate for Apple - Math problem
Hi Craig! Thanks for your reply. I would say I am late beginner. Still have a long ways to go, but have done a bit with scripting and creating objects. Sorry about the link ... I replaced "com" with "<dot>com" because I'm restricted from posting links. Anyway to remove that restriction? My bad about...
- Thu Nov 13, 2014 10:34 am
- Forum: Talking LiveCode
- Topic: Parental Gate for Apple - Math problem
- Replies: 22
- Views: 4977
Parental Gate for Apple - Math problem
I'm trying to figure out how to go about this parental gate for Apple. I'm still a little new with LiveCode and app development in general. With that, the parental gate I'm going to do is the question "what numbers are divisible by three?" I'm using this webpage as an example ... parentalgate<dot>co...
- Wed Nov 12, 2014 6:35 pm
- Forum: Talking LiveCode
- Topic: Multi Touch Swipe
- Replies: 0
- Views: 666
Multi Touch Swipe
Hello fellow LiveCode users. So ... I am creating a simple storybook for kids. Due to the fact it's for kids, I need to add a Parental Gate to my app. Anyway, I want to do either a multi touch tap or multi touch swipe to confirm it's an older kid/adult using some of the features of the app (ie. Face...