How to create an eraser for the drawer orbz?

famekraftsfamekrafts Member, BASIC Posts: 834
Can anyone give me a demo? I am using the one which has self width to magnitude game. Mouse.positionx - game endpoint.x etc. how can I make it go invisible, just when the eraser attribute if true it make self alpha zero? Won't that make it completly erased?

Comments

  • famekraftsfamekrafts Member, BASIC Posts: 834
    edited November 2012
    Bump guys any help here? Well my post seems to bounce to the third page very fast before anyone can look. I believe gs should separate their forums so that each forum has it own new post and the post doesn't get lost in the new ones.
  • Joe Hart Joe Hart Member Posts: 15
    Hey if you meant make it erased and never return again unless you draw another line just make an actor which every 0 seconds constrain attribute to mouse position x and mouse position y and in the line actor when actor overlaps or collides with the actor destory this actor.
  • famekraftsfamekrafts Member, BASIC Posts: 834
    That will be like reset the whole scene right? If I want only a particular line to be removed then? Just imagine photoshop eraser brush. You will understand what I am trying, basically any part where the brush is rubbed gets ereased. Rest remains. I will try your method and see how it goes.
  • creativeappscreativeapps Member Posts: 1,770
    @wickedsunny check your message
  • famekraftsfamekrafts Member, BASIC Posts: 834
    I am having a weird problem.

    when I am drawing my lines, its originating from 0,0 and then continues without breaking when touch is released. Any help here?

    Image and video hosting by TinyPic
  • famekraftsfamekrafts Member, BASIC Posts: 834
    Got it fixed. Was missing the otherwise attribute. Also got the eraser working. Thanks.
Sign In or Register to comment.