Filed under: Tutorials
Finally a decent gamemaker video tutorial. (GMC topic)
WMM = sucks
Just watched about the first four minutes. Looks good, but ceil(random()) is can rarely result in zero, so floor(random()) should be used instead in this case. For example, it is possible that there is a hit without damage.
Name (required)
Mail (will not be published) (required)
Website
400+ posts
WMM = sucks
Just watched about the first four minutes. Looks good, but ceil(random()) is can rarely result in zero, so floor(random()) should be used instead in this case. For example, it is possible that there is a hit without damage.