I can´t make the actor follow the mouse

RubiyoooRubiyooo Member Posts: 163
edited November -1 in Working with GS (Mac)
Hello i´m Spanish Designer and now i am making a game that a boy follow a mouse.

But i do not understand in this wiki http://gamesalad.com/wiki/how_tos:gsc_mouse_movement

How make this Attributes

Real Attributes: self.OffsetX and self.OffsetY
Boolean Attribute: self.grabbed.

And how to continuous because i have not any image to show the procced.
If for other people more difficult read the wiki in English :S

Thank you very much and if somebody can make one video or takes photos i will be very happy :D

Comments

  • RubiyoooRubiyooo Member Posts: 163
    The second option
    Thanks you very much by your videos on youtube ;)
  • RubiyoooRubiyooo Member Posts: 163
    Any help? :)
  • adeckeradecker Member Posts: 10
    max( game.Mouse.Position.X , self.Position.X )
    max( game.Mouse.Position.Y , self.Position.Y )

    try those. Should work. Sorry if it doesn't.
  • RubiyoooRubiyooo Member Posts: 163
    Thanks i made this!! yeahhh :DDD

    Why if very complicate for me understand the formules in content of "E"
Sign In or Register to comment.