Search found 22 matches

by salman.r1BUSYiYh
Tue Apr 02, 2013 12:17 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

also it says my iphone is not included in this profile

note. my phone is connected at the time if wondering
by salman.r1BUSYiYh
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...
by salman.r1BUSYiYh
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?
by salman.r1BUSYiYh
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!! :D :D
by salman.r1BUSYiYh
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...
by salman.r1BUSYiYh
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...
by salman.r1BUSYiYh
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...
by salman.r1BUSYiYh
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 ...
by salman.r1BUSYiYh
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...
by salman.r1BUSYiYh
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
by salman.r1BUSYiYh
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
by salman.r1BUSYiYh
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
by salman.r1BUSYiYh
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?
by salman.r1BUSYiYh
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...
by salman.r1BUSYiYh
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