Search found 10 matches
- Wed Jun 27, 2012 3:51 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Resizing For Different Devices
- Replies: 0
- Views: 1357
Resizing For Different Devices
Hi all, Ive finished making a game for various phone devices using the LiveCode Game Academy and now just need to resize everything using ratios instead of location coordinates. Ive watched the tutorial on this but it's so complicated and I just don't get it. Does anyone know of any lessons/tutorial...
- Mon Jun 18, 2012 2:29 pm
- Forum: iOS Deployment
- Topic: Playing sounds on iPad/Iphone
- Replies: 4
- Views: 2922
Re: Playing sounds on iPad/Iphone
Thank You so much! you've saved the day for me 

- Mon Jun 18, 2012 1:09 pm
- Forum: iOS Deployment
- Topic: Playing sounds on iPad/Iphone
- Replies: 4
- Views: 2922
Re: Playing sounds on iPad/Iphone
This is the one that is working on both Livecode and the simulator but not on actual IPad: on mouseUp set the folder to the engine folder play "/Users/kingjamesii/Documents/Graphic Design/Alcohol App/VoiceOver/background.aif" end mouseUp and this is another effort: on mouseUp play specialFolderPath(...
- Mon Jun 18, 2012 12:42 pm
- Forum: iOS Deployment
- Topic: Playing sounds on iPad/Iphone
- Replies: 4
- Views: 2922
Playing sounds on iPad/Iphone
Hi guys, I'm having real difficulty getting my app sound to work on an iPad. I have tried 2 of the tutorials on the subject and have still seen no luck. I know you have to copy files to the standalone settings and reference them but there is still no sound coming out from my iPad when testing and al...
- Thu Apr 12, 2012 11:44 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Saving as a standalone application
- Replies: 1
- Views: 2108
Saving as a standalone application
Hi all, I've been trying to save my first app so that I can test it on an IPad but I keep getting an error message saying that I need to have the latest iOS sdk 5 installed... I had an older Xcode installed and have upgraded to the latest version but still no change? Im so close now to completing my...
- Thu Mar 29, 2012 12:38 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: adding a greater than to an if statement
- Replies: 2
- Views: 3263
Re: adding a greater than to an if statement
Thanks for the quick reply. It was the is befor the <>= that was causing troubles.
Regards
Jizzle
Regards
Jizzle
- Thu Mar 29, 2012 12:16 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: adding a greater than to an if statement
- Replies: 2
- Views: 3263
adding a greater than to an if statement
Hi all, this may sound silly but I just cant seem to get a bit of code to work so that it works when the score is equal to or greater than 5000...the code is: -- if field "scorefield" is > 5000 then go to card "liver intro" -- but the ><= signs bring back errors. can anyone help please :D
- Mon Mar 19, 2012 12:36 pm
- Forum: Games
- Topic: Adding Levels To a Game
- Replies: 6
- Views: 7921
Re: Adding Levels To a Game
Thanks for the help.... I've tried the wait code but that doesn't allow the game to play it just waits and goes to the next card. Do you have any ideas so I can get it to work off a score or wait a set amount of time and still play the game whilst it's waiting.
Thanks
James
Thanks
James
- Sun Mar 18, 2012 11:01 pm
- Forum: Games
- Topic: Adding Levels To a Game
- Replies: 6
- Views: 7921
Re: Adding Levels To a Game
Thanks a lot. I have the different cards scripts already done so will have a try and see how this works.
- Fri Mar 16, 2012 4:35 pm
- Forum: Games
- Topic: Adding Levels To a Game
- Replies: 6
- Views: 7921
Adding Levels To a Game
HI all, I am new to livecode and have developed a simple game. Im looking to transfer between levels in the game which will be on different cards in my stack but im not sure how to go about it. I was thinking of a bit of code to make a button appear after a set time or for the card to automatically ...