Advertisement
Guest User

GhostScript

a guest
May 15th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Object menghilang saat collision dengan Karakter
  2. if (collision_circle(x, y, 15, object0, true, true)) {
  3.     image_alpha = .25;
  4. } else {
  5.     image_alpha = 1;   
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement