What is wrong?? please help me.

CodeCodeCodeCode Member Posts: 200
edited November -1 in Working with GS (Mac)
So i have now the new GS version and the way i was working on doesn't work at all, nothing at all. When i go to review i just can see the scene but the actors doesn't work anymore since the new version.

hear are 2 fotos from the code of one of my simplest actors, can someone tell me what i am doing wrong????

The actor is just a bag, when you touch on it it just change his image

http://img230.imageshack.us/img230/5579/001kg.png
http://img201.imageshack.us/img201/2581/002zg.png

Comments

  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408
    try recreating the rules
  • CodeCodeCodeCode Member Posts: 200
    no that doesn't help :-(
    i think is maybe something with my code, that in the old version did work but not here, i thin is the thing with the rule when touch press and released.

    Please help
  • MotherHooseMotherHoose Member Posts: 2,456
    jonmulcahy said:
    try recreating the rules

    think Jon is right (as usual.)

    try
    [Rule] when
    self.Image = name
    touch is inside
    ...change image
    ...change Attribute game.itemMenu = true
    otherwise
    ... as above ( and make Attribute = false)

    [Rule] when
    game.itemMenu = true
    ...do this

    MH
  • CodeCodeCodeCode Member Posts: 200
    Thanks guy my problem is solve :-)
    now i have to make my code a little more different.
Sign In or Register to comment.