Jump to content

Search the Community

Showing results for tags 'physics'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Forums
    • Forum announcements
    • Forum discussion
  • Mine-imator and Modelbench
    • Downloads and news
    • Discussion
    • Creations
    • Resources
    • Tutorials, tips and tricks
    • Help
    • Issues and bugs
    • Suggestions
    • Team requests
  • Lounge

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website


YouTube


Twitter


Discord


Member Title


Location


Interests


Minecraft username

  1. Hey The Glorious David, my name is also The Glorious David I have been using Gamemaker for about 4 years and awhile ago I made this script take a look. if object1.x>=object2.x && object1.x <= object2.x+object2.sprite_width && object1.y = object2.y { return true }else if object1.x<=object2.x && object1.x >= object2.x-object2.sprite_width && object1.y = object2.y { return true }else if object1.y>=object2.y && object1.y <= object2.y+object2.sprite_height && object1.x >= object2.x && object1.x<=object2.x+object2.sprite_width { return true }else if object1.y<=object2.y && object1.y >= object2.y-object2.sprite_height && object1.x >= object2.x && object1.x<=object2.x+object2.sprite_width { return true }else if object1.y>=object2.y && object1.y <= object2.y+object2.sprite_height && object1.x <= object2.x && object1.x>=object2.x-object2.sprite_width { return true }else if object1.y<=object2.y && object1.y >= object2.y-object2.sprite_height && object1.x <= object2.x && object1.x>=object2.x-object2.sprite_width { return true }else{ return false } 3D sorry I make a 3DD codeI I USED SPRITES FOR A 3D GAME WOW LOL.
  • Create New...