var t = current_time / 1000;for (var i = 0; i < 360; i += 0.5) {var r = (i * 1.5) * (1.5 + 1.5 * sin(t/5)); var xx = room_width / 2 + cos(i + t) * r;var yy = room_height / 2 + sin(i + t) * r;draw_circle(xx + sin(r) * 10, yy + cos(r) * 10, 2, false);} #GameMaker #gml
var t=current_time/600; for(var i=0;i<room_width;i+=3){ for(var j=0;j<room_height;j+=3){ var z=sin(i/40+t)*cos(j/40-t)*20; var n=sin(i/20+cos(t))*sin(j/20+sin(t))*15; draw_point(i+z+n*sin(t),j+z+n*cos(t)); } } #GameMaker #gml #creativecoding
anagram shift effect in #GameMaker pastebin.com/kDHFKz5Y #gml #texteffect #creativecoding
a simple type out and push up text effect for #GameMaker download :: pastebin.com/xtKxUWbr #gml #indiedev #gamedev #creativecoding #retro #gamedevelopment #codeeffect #typewriter
Ever needed a breathing text effect in GameMaker? Me either, but here it is: pastebin.com/6yK3Ci3n #GameMaker #GML #CreativeCoding
Trippy Text Effect in GameMaker. Download, customise, enjoy: pastebin.com/Cz1Ftreu #GameMaker #GML
Super quick dripping paint effect in GameMaker, minimal code : pastebin.com/LQE9aGJi #GameMaker #GML #PixelPaint
Made a little warp drive style loop thing in GameMaker. Feel free to download, remix, or totally break it: pastebin.com/i2UrxcKn #GameMaker #GML #CreativeCoding #IndieDev
Made a pseudo-3D solar system in #GameMaker You can tilt/zoom/rotate the camera, with clickable objects and a simple occlusion effect (where objects/paths in front hide those behind). Download, tweak it, rework it. pastebin.com/23EJTDKN #gamedev #creativecoding #indiedev #gml
Fireflies following simple Lissajous curves in GameMaker. Each moves in a smooth, looping path with a soft glow that fades in and out. Feel free to download, remix, break, or create something entirely new with the code : pastebin.com/r9aB7CmY #GameMaker #GML #CreativeCoding
//draw for(i=0;i<room_width;i++)for(j=0;j<room_height;j++)draw_point_color(i,j,make_color_hsv((sin(i/40+j/50)+cos(j/30-i/60)+sin((i-j)/45+current_time/1000)+3)*42,255,200+cos(i/70-j/80+current_time/1500)*55)); #GameMaker #GML
Some random GameMaker code snippets used for some of the animations here, feel free to download and play around with them : pastebin.com/SUkRyxJf #PixelArt #GameDev #CreativeCoding #GameMaker #GML #IndieDev #MonitoringStation
United States 趨勢
- 1. phil 40.5K posts
- 2. phan 59.6K posts
- 3. Columbus 198K posts
- 4. President Trump 1.22M posts
- 5. Middle East 300K posts
- 6. Cam Talbot N/A
- 7. Thanksgiving 58.4K posts
- 8. #LGRW 1,862 posts
- 9. #IndigenousPeoplesDay 16.2K posts
- 10. Brian Callahan 12.3K posts
- 11. Titans 36.7K posts
- 12. Yesavage 2,771 posts
- 13. Macron 234K posts
- 14. Azzi 10.6K posts
- 15. #UFC323 5,034 posts
- 16. Cejudo 1,434 posts
- 17. Cape Verde 25.1K posts
- 18. HAZBINTOOZ 7,555 posts
- 19. Vrabel 6,788 posts
- 20. #DonnaAdelson N/A
Something went wrong.
Something went wrong.