Object Drag not work

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?

Comments

  • I have made change and now its working you can get from here

    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
  • mrpacogpmrpacogp Member Posts: 400
    Thank you very much.
    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
  • LowPriceMarketplace.comLowPriceMarketplace.com Member Posts: 46
    edited December 2012
    @mrpacogp As your title show, you need to drag the actor. I have viewed the rules which are used in your shared file, you have missed one ')' closing small bracket. There should three ))) at the end of rule for both X and Y position.

    I have tested and it works fine when you add third ).
  • mrpacogpmrpacogp Member Posts: 400
    Thank you very much.
    Maybe You're absolutely right!
    I have to finish first my project, latter i test it.
    Thank you another time
Sign In or Register to comment.