3 Problems that i still need to fix before pubblishing my game!

v00d0v00d0 Member Posts: 143
edited June 2012 in Working with GS (Mac)
Hi guys my game is completed but i need to fx few things, that i didn't fix before cause i don't know how to proceed.

1) I've my main actor running ont he scene and i want that, if he touch's the left side of the BOX the main actor dies. Here's an example:

http://cl.ly/1U3M1G3q1j0g3n2o2G0o


2) I've created an object on the scene that can be dragged up and down but if the camera moves, when i touch it, it disappear i think it moves to the start of the scene, but im not sure. this is the second biggest problem.

3) third one is: i have a background in parallax but if the camera moves it don't work, i think it's the same problem as the second one.


thanks everyone for the help! i hope to fix those problems asap

Answers

  • jckmcgrawjckmcgraw Member Posts: 647
    @v00d0

    Without seeing any pictures of code and such, I have no idea why it won't work :/
  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922
    Sounds like some of you're layers are not check scrollable.
  • v00d0v00d0 Member Posts: 143
    edited June 2012
    Ok im going to create som screenshot! for the first problem?? anyone know how to solve?? is the most important cause if i don't solve this my actor will be immortal.
  • bjandthekatzbjandthekatz Orlando, FlMember Posts: 1,375
    @v00d0
    1) I've my main actor running ont he scene and i want that, if he touch's the left side of the BOX the main actor dies. Here's an example:
    what to do is Have an invisible wall outside and have a rule saying
    If actor (name) collides or overlaps with Invisible Barrier Destroy actor or change scene to FAIL
    or whatever you want to do to actor

  • v00d0v00d0 Member Posts: 143
    i solved the drag and drop and the box collide still missing the background! i used the template thati found into the creator to understand how to do this, just type parallax. But it doesn't work.
Sign In or Register to comment.