Object Drag not work
mrpacogp
Member Posts: 400
Hello, good morning.
I`m reading a book and trying some projects.
I have made that but can't move my actor, and is the exact values of the book:
https://www.dropbox.com/sh/jdh0s0e0ls0q0pa/mN1XAEoAX8
What is bad here?
I`m reading a book and trying some projects.
I have made that but can't move my actor, and is the exact values of the book:
https://www.dropbox.com/sh/jdh0s0e0ls0q0pa/mN1XAEoAX8
What is bad here?
Comments
http://www.itsolbiz.com/freebies/test.gameproj.zip
to drag an object you just need following in change attribute
self.Position.X to game.Touches.Touch 1.X
self.Position.Y to game.Touches.Touch 1.Y
Regards,
Wajid
I know that, but this is working in one template from one book, they suggesst to take that way to make a game like angry birds...
I think some think is bad here
I have tested and it works fine when you add third ).
Maybe You're absolutely right!
I have to finish first my project, latter i test it.
Thank you another time