What is wrong?? please help me.
CodeCode
Member Posts: 200
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
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
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
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
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
now i have to make my code a little more different.