object collision

Creating Games? Developing something for fun?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
totalnoob
Posts: 20
Joined: Tue Jul 02, 2013 10:40 am

object collision

Post by totalnoob » Tue Feb 11, 2014 4:36 pm

Hi guys im making little fake app of Fluffy bird :D :D :D for fun but if bird touch the pipe it doesnt do anything my code

Code: Select all

 if intersect( button "Box" , image "pipe1" ) then
                answer "You Are DEAD"
             end if
and for moving

Code: Select all

 set the left of the image "pipe1" to the left of the image "pipe1" - 4
   if the right of the image "pipe1" < 0 then
                              set the left of the image "pipe1" to the right of the card "level1"
Thanks

Klaus
Posts: 13824
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: object collision

Post by Klaus » Tue Feb 11, 2014 4:43 pm

Where and how do you use that "collision" code?

totalnoob
Posts: 20
Joined: Tue Jul 02, 2013 10:40 am

Re: object collision

Post by totalnoob » Tue Feb 11, 2014 4:54 pm

oh god im stupid thanks :D
one more question if i can how can i add score when object go over another object ?

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am
Location: Palo Alto

Re: object collision

Post by Simon » Tue Feb 11, 2014 9:17 pm

Klaus,
Should I sell my Cisco stocks today or wait till the end of the week?

Tnoob,
Since you have collision working with the pipes, make a pipe between the pipes with blendLevel set to 99.

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

totalnoob
Posts: 20
Joined: Tue Jul 02, 2013 10:40 am

Re: object collision

Post by totalnoob » Wed Feb 12, 2014 9:54 am

thanks and its there possible way to add pipes objects over time or by score ? you know increasing difficulty thanks

Klaus
Posts: 13824
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: object collision

Post by Klaus » Wed Feb 12, 2014 12:28 pm

Hi Simon,
Simon wrote:Klaus,
Should I sell my Cisco stocks today or wait till the end of the week?
definitively YES! :D


Best

Klaus

Post Reply

Return to “Games”