I need URGENT help !! Help!!

ThaniThani Member Posts: 128
edited November -1 in Working with GS (Mac)
Ok , So I got two questions .
1 , Can i make a moveable background like the one in ( http://www.miniclip.com/games/stunt-pilot/en/ )
Is it possible to let the background move a little bit or vibrate everytime my character moves ?

2 , How can i make hoops and let my actor get destroyed when it collides or overlaps with the top or down part of the hoop , just like the one in the game ( http://www.miniclip.com/games/stunt-pilot/en/) ?
Do i have to make a whole hoop and then separate it into 4 different pieces and make a rule for the up and down part of the hoop, and then make a rule for the actor which tells it when it collides with the down and up part of the hoop it'll get destroyed ?

Comments

  • AjBlueAjBlue Member Posts: 215
    1. have a rule saying if ( however you want to activate the shake) is true or whatever. change atribute>background>position>x = 20(or where you want it to shake to)
    otherwise change attribute>background>position>x = 0

    you can do the same with the y axis to go up and down, where x is left and right
  • AjBlueAjBlue Member Posts: 215
    2. you need to make one image the full hoop, set the physics as density=0,friction0,restribution0. the make it non rotatable and make sure moveable isn't checked. this way the object cant be moved in any way from the pilot. then make two invisible actors the same way but have a rule if overlapped or collided destroy. and make another for the middle saying when overlapped score point. i dont think you can have ho ops at an angle using this method but its a start. adventually when you start learning the logic behind everything you could be able to creat a math way of being able to tell if the pilot goes through or hits the outside
Sign In or Register to comment.