Search found 68 matches

by itay1023
Fri May 02, 2014 7:43 pm
Forum: iOS Deployment
Topic: Google AdWords
Replies: 0
Views: 1905

Google AdWords

Hi :-)

I would like to know how and (if) can I place Google AdWords ads inside my LC project for iOS.

Best,
Itay :-)
by itay1023
Sun Apr 20, 2014 3:31 pm
Forum: iOS Deployment
Topic: Adds Inside my App
Replies: 4
Views: 3771

Re: Adds Inside my App

Thanks :-)
Will I get money from it?
by itay1023
Sun Apr 20, 2014 12:43 pm
Forum: iOS Deployment
Topic: Adds Inside my App
Replies: 4
Views: 3771

Adds Inside my App

Hi all :-)

How can I put adds inside my app in LC and earn money without paying for any plugins and things like that?

Best,
Itay
by itay1023
Sat Mar 29, 2014 5:40 pm
Forum: iOS Deployment
Topic: iPad Status Bar Isuue
Replies: 0
Views: 1861

iPad Status Bar Isuue

Hi all,

I have a problem in my app.
I Save it as a standalone application with hidden status bar for both iPhone and iPad. (The App is for iPhone and iPod).
When I download the app to my iPad 2, the status bar is visible although I set it to no status bar....

How can I fix it?
Best,
Itay :)
by itay1023
Sun Mar 16, 2014 3:32 pm
Forum: iOS Deployment
Topic: If Error
Replies: 6
Views: 4504

If Error

Hi all :) Does somebody know how can I code a line which identifies if the code isn't currently available? For example: if I wrote a code that says: launch URL "skype://" , if the command isn't available because there is no Skype application installed on the iPhone, so another command will be sent. ...
by itay1023
Mon Mar 10, 2014 3:09 pm
Forum: iOS Deployment
Topic: iAd
Replies: 1
Views: 2616

iAd

Hi all,

How can I place iAd in my LC app?

Best,
Itay
by itay1023
Wed Feb 26, 2014 4:19 pm
Forum: iOS Deployment
Topic: Move Object
Replies: 1
Views: 2477

Move Object

Hi all :)

How to I move an object 100 pixels upwards?

Best,
Itay :)
by itay1023
Wed Feb 19, 2014 3:12 pm
Forum: iOS Deployment
Topic: RSS App
Replies: 2
Views: 2905

RSS App

Hi All :)

Can somebody please help me- I want to build a iOS app for my website blog that I will be able to update posts by RSS.

Best,
Itay
by itay1023
Fri Jan 03, 2014 11:31 am
Forum: iOS Deployment
Topic: Play audio sound while other sound playing in the background
Replies: 1
Views: 2291

Play audio sound while other sound playing in the background

Hi all :) .

Does someone now how can i do in LC that during a audio file is playing in the background (looping) another short audio will be played (NO LOOP) and won't stop the audio which is played in the background??

Best,
Itay :)
by itay1023
Thu Jan 02, 2014 5:10 pm
Forum: iOS Deployment
Topic: Code Bugs
Replies: 23
Views: 15397

Re: Code Bugs

Thank you very much- all of you!!!
You helped me very much :-)

Best,
Itay :)
by itay1023
Wed Jan 01, 2014 4:37 pm
Forum: Mac OS
Topic: Start Developing for Mac OSX
Replies: 2
Views: 3653

Start Developing for Mac OSX

Hi all,
I am a iOS platform developer and i wanna start learning development for Mac OSX in LiveCode.
Can someone please give me a link or a tuturial for Mac OSX beginners?

Best regards,
Itay :)
by itay1023
Tue Dec 31, 2013 8:31 pm
Forum: iOS Deployment
Topic: Code Bugs
Replies: 23
Views: 15397

Re: Code Bugs

The button doesn't return to it's first location (myLoc variable).
by itay1023
Tue Dec 31, 2013 5:43 pm
Forum: iOS Deployment
Topic: Code Bugs
Replies: 23
Views: 15397

Re: Code Bugs

First of all, thank you very very much! Second thing, it improved my game but not completely. It still detect wrong collisions. Here's the new code: local LocVar global _life local lMouseClicked ## Store the ID of the last SEND in a variable, so you can CANCEL it on "mouseup"! ## No need to check wh...
by itay1023
Tue Dec 31, 2013 5:22 pm
Forum: iOS Deployment
Topic: Code Bugs
Replies: 23
Views: 15397

Re: Code Bugs

Can you please write me a new code??
by itay1023
Tue Dec 31, 2013 4:34 pm
Forum: iOS Deployment
Topic: Code Bugs
Replies: 23
Views: 15397

Re: Code Bugs

Here is my new script: :-) local LocVar global _life local lMouseClicked local tMessageID global _startTheGame global _score global blackVar on mouseDown put true into lMouseClicked   if _startTheGame =false then     exit mousedown else grab me   end if put the loc of me into LocVar   theButtonVar e...