Search found 80 matches

by Surbhit29
Thu Aug 23, 2012 1:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Command problem
Replies: 5
Views: 2892

Re: Command problem

I get that. But how to all these at one time. I want an object to go to one place and get rotated and after that to take it some place else and rotate it at different angle. How should I write a command for such a situation. I can make an object to do only one thing, how can I make him to do differe...
by Surbhit29
Thu Aug 23, 2012 1:04 pm
Forum: Talking LiveCode
Topic: Program running in "Edit Mode"
Replies: 4
Views: 2638

Re: Program running in "Edit Mode"

Animation engine command was completed. on mouseDown grab me end mouseDown on mouseMove if within (graphic "innerPoly", the mouseloc) then revRotatePoly the long ID of graphic "outerPoly",45 aeChangeRect the long ID of grc "outerPoly",the rect of grc "innerPoly", 1000 end if end mouseMove Is their a...
by Surbhit29
Thu Aug 23, 2012 12:32 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Command problem
Replies: 5
Views: 2892

Command problem

Hi, I have given a command "revRotatePoly" to a "Polygon" to rotate at a certain angle when dragged inside a particular graphic. But now I want to give it a command to rotate back to its normal size when taken to its old position or to rotate at some other angle when taken to some place else. I am g...
by Surbhit29
Thu Aug 23, 2012 12:03 pm
Forum: Talking LiveCode
Topic: Program running in "Edit Mode"
Replies: 4
Views: 2638

Program running in "Edit Mode"

I am new to live code. But this problem is irritating me. Sometimes it happens that after I write a program in LiveCode and after running it when I switch back to "Edit Mode" the program is still running. For eg. I have given aeChangeRect command for an object but when I try to move the object to so...
by Surbhit29
Thu Aug 23, 2012 6:04 am
Forum: Animation Engine
Topic: Animation during drag
Replies: 2
Views: 9410

Animation during drag

What kind of animation can be done while an object is being dragged?
I wanted to drag an object to a desired location and during the drag I want to do some animation in it.
What kind of animation is possible during the drag?
by Surbhit29
Wed Aug 22, 2012 2:18 pm
Forum: Games
Topic: Avoid Collision
Replies: 10
Views: 9049

Re: Avoid Collision

Thnx Klaus... :)
by Surbhit29
Wed Aug 22, 2012 1:07 pm
Forum: Animation Engine
Topic: Object resize when dragged into another object
Replies: 17
Views: 26977

Re: Object resize when dragged into another object

Done...!!!!! :)

Thnx....
by Surbhit29
Wed Aug 22, 2012 11:19 am
Forum: Animation Engine
Topic: Object resize when dragged into another object
Replies: 17
Views: 26977

Re: Object resize when dragged into another object

What if I wanted to change its size only after taking it to a particular location.
Is it possible?
by Surbhit29
Wed Aug 22, 2012 8:42 am
Forum: Games
Topic: Avoid Collision
Replies: 10
Views: 9049

Re: Avoid Collision

Already tried that. But it gives an error" bad command"
by Surbhit29
Wed Aug 22, 2012 7:58 am
Forum: Games
Topic: Avoid Collision
Replies: 10
Views: 9049

Re: Avoid Collision

I tried to use "is within" operator but it is showing the error "Operators is: right operand of within is not a rectangle near 140"
This my script

Code: Select all

on mouseDown
  grab me
   point "248, 215" is within 140, 108, 356, 322
end mouseDown
Is it ok?
by Surbhit29
Wed Aug 22, 2012 7:16 am
Forum: Animation Engine
Topic: Object resize when dragged into another object
Replies: 17
Views: 26977

Re: Object resize when dragged into another object

Thnx Malte and Shaosean.....
You guys are helping me a lot..
by Surbhit29
Wed Aug 22, 2012 7:12 am
Forum: Animation Engine
Topic: Need of Collision detection
Replies: 3
Views: 9404

Re: Need of Collision detection

Thnx Shaosean...
Can you tell me how to do that? How to prevent object to not go through other object?
by Surbhit29
Wed Aug 22, 2012 6:23 am
Forum: Animation Engine
Topic: Need of Collision detection
Replies: 3
Views: 9404

Need of Collision detection

I am new to LiveCode. Can anyone please tell me what is the need of collision detection and why we use it in programming? I have followed the pdf that came with animation engine and in that we have a method of detecting collision. In that whenever collision occurs the field shows about the collision...
by Surbhit29
Tue Aug 21, 2012 5:56 am
Forum: Animation Engine
Topic: Object resize when dragged into another object
Replies: 17
Views: 26977

Re: Object resize when dragged into another object

Hi Malte
It is showing an error, "handler can't find handler near aeChangeRect"

Go to advanced search