also it says my iphone is not included in this profile
note. my phone is connected at the time if wondering
Search found 22 matches
- Tue Apr 02, 2013 12:17 am
- Forum: iOS Deployment
- Topic: ios 6.1.3 and xcode 4.6.1
- Replies: 5
- Views: 5635
- Mon Apr 01, 2013 9:58 pm
- Forum: iOS Deployment
- Topic: ios 6.1.3 and xcode 4.6.1
- Replies: 5
- Views: 5635
Re: ios 6.1.3 and xcode 4.6.1
everything is fixed but now i have this error when i save the file i get the error "could not find a valid identity to use for selected profile" when i go to xcode my provisional profile is under libaries when i try to drag it to the provisional profile under devices i get the following error "one p...
- Sat Mar 30, 2013 6:06 am
- Forum: iOS Deployment
- Topic: ios 6.1.3 and xcode 4.6.1
- Replies: 5
- Views: 5635
Re: ios 6.1.3 and xcode 4.6.1
I'm running LC 5.5.4 and XCode 4.6.1
When I go to preference and then select Xcode from applications I get an error saying "chosen folder is not valid iOS SDK for 5.0 and later. It must be one that ships with Xcode or 4.2 or later
What does this mean?
When I go to preference and then select Xcode from applications I get an error saying "chosen folder is not valid iOS SDK for 5.0 and later. It must be one that ships with Xcode or 4.2 or later
What does this mean?
- Sun Nov 04, 2012 2:45 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Is it possible to make this game
- Replies: 36
- Views: 23157
Re: Is it possible to make this game
wow thank you very much for that sturgis
such a massive help for my project! once again thanks!!




- Sat Nov 03, 2012 7:02 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Is it possible to make this game
- Replies: 36
- Views: 23157
Re: Is it possible to make this game
ok this has to be my final hoorah on this issue, i dont see how it can be changed more local pX,pY on touchStart flyBall ## When the user touches the image put empty into sCoordinateArray["start"] put empty into sCoordinateArray["end"] end touchStart on touchMove flyBall,pX,pY if sCoordinateArray["s...
- Fri Nov 02, 2012 5:36 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Is it possible to make this game
- Replies: 36
- Views: 23157
Re: Is it possible to make this game
ok so i cahnged it even more line 8,9 line 13,18 setting the loc of target local pX,pY,pX2,pY2 on touchStart pObjectID ## When the user touches the image put empty into sCoordinateArray["start"] put empty into sCoordinateArray["end"] end touchStart on touchMove pObjectID,pX,pY,pX2,pY2 If the short n...
- Fri Nov 02, 2012 1:16 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Is it possible to make this game
- Replies: 36
- Views: 23157
Re: Is it possible to make this game
ok so i changed it again local pX,pY,pX2,pY2 on touchStart flyBall ## When the user touches the image put empty into sCoordinateArray["start"] put empty into sCoordinateArray["end"] end touchStart on touchMove flyBall,pX,pY,pX2,pY2 if sCoordinateArray["start"] is empty then put pX into sCoordinateAr...
- Thu Nov 01, 2012 3:51 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Is it possible to make this game
- Replies: 36
- Views: 23157
Re: Is it possible to make this game
ok so i enhanced the code a litle bit so it reads both x and y coords, well i think its right local sGameRunning on startGame put true into sGameRunning end startGame on stopGame put false into sGameRunning end stopGame on updateScreen if sGameRunning is true then flyBall end if end updateScreen on ...
- Tue Oct 30, 2012 12:14 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Is it possible to make this game
- Replies: 36
- Views: 23157
Re: Is it possible to make this game
on touchStart pID ## When the user touches the screen put empty into sCoordinateArray["start"] put empty into sCoordinateArray["end"] end touchStart on touchMove pID, x y if sCoordinateArray["start"] is empty then put x into sCoordinateArray["start"] else put x into sCoordinateArray["end"] end if e...
- Tue Oct 30, 2012 12:14 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Is it possible to make this game
- Replies: 36
- Views: 23157
Re: Is it possible to make this game
ok guys so i found a bit of code online for the swipe
i still need to learn on arrays so yeah it should be interesting, but am i on the right track?
i mean it all seems to make sence i.e apply to my game
i still need to learn on arrays so yeah it should be interesting, but am i on the right track?
i mean it all seems to make sence i.e apply to my game
- Thu Oct 25, 2012 2:05 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Is it possible to make this game
- Replies: 36
- Views: 23157
Re: Is it possible to make this game
Another thing confusing me is how livecode will detect a 'swipe' the mouseUp is like a click isnt it not. I thought that 'mouseMove' was when a user drags on a image then you could direct the ball and add speed etc but i guess i was wrong on that part
- Thu Oct 25, 2012 6:15 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Is it possible to make this game
- Replies: 36
- Views: 23157
Re: Is it possible to make this game
Sturgis
Yes if you can post the stacks up that would Be great
Yes if you can post the stacks up that would Be great
- Thu Oct 25, 2012 12:09 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Is it possible to make this game
- Replies: 36
- Views: 23157
Re: Is it possible to make this game
Ok
but i thought the game academy was for a sidescroller game like galactic gauntlet?
but i thought the game academy was for a sidescroller game like galactic gauntlet?
- Wed Oct 24, 2012 4:09 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Is it possible to make this game
- Replies: 36
- Views: 23157
Re: Is it possible to make this game
hi guys well so far i have done this but dont know if i am going along the right line on the image (the ball) i done this: on mouseMove pointsToVec end mouseMove and then on the card script i done this: on pointsToVec px,py,px2,py2 wait 50 ticks put the loc of image "Ball" into lBallLocation put ite...
- Wed Oct 24, 2012 4:05 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Is it possible to make this game
- Replies: 36
- Views: 23157
Re: Is it possible to make this game
hi guys
well so far i have done this but dont know if i am going along the right line
on the image (the ball) i done this:
on mouseDown
pointsToVec
end mouseDown
well so far i have done this but dont know if i am going along the right line
on the image (the ball) i done this:
on mouseDown
pointsToVec
end mouseDown