I have the balls programmed to come from random places, then move toward you. And this works with Wine? Every Game Maker game I tried never worked with Wine. Does it look like the screenshots?
WARNING - GAME IS BUGGY AND THIS IS NOT THE FINAL RELEASE. IF YOU EXPERIENCE ERROR BOXES, PLEASE RESTART THE PROGRAM.
I'm gonna start making little arcade games in Game Maker. Here is my first one. The only controls are the mouse, aim and shoot. There are all these enemies coming down from the top of the screen, and you have to shoot them. It will throw them back a little bit, but not off the screen. You have to keep shooting them to get them off of the screen. You have so much ammo - shown by the big white bar at the top of the screen. It regenerates slowly. Will post screenshots later Screenshots and download link below - have fun!!!
3 Image Library An “image” object is a container for graphical images, typically small GUI objects such as buttons, arrow heads, and other such graphical adornments. 3.1 new image.new(str) This function returns a new image object from a string input. The string consists of the image header followed by the binary representation of the image pixels. The header consists of 20 bytes of data arranged as presented in the following table. All fields are little endian integers. Table 1, Image header Offset Width (bytes) Contents 0 4 Pixel width of image 4 4 Pixel height of image 8 1 Image alignment (0) 9 1 Flags (0) 10 2 Pad (0) 12 4 The number of bytes between successive raster lines 16 2 The number of bits per pixel (16) 18 2 Planes per bit (1) The image pixel data immediately follows the header. Pixels are arranged in rows. Each pixel is a little endian 16-bit integer with five bits for each color red, green, and blue. The top bit determines if the pixel is drawn. If it is zero (0), the pixel is not drawn. If it is one (1), the pixel is drawn in the RGB color of the remaining 15 bits. 0x8000 is black, 0x801F is blue, 0x83E0 is green, 0xFC00 is red, and 0xFFFF is white.
What? I'm more confused about displaying an image now than I was before I read this section.
I will add that to my list of programs. I'll try to add Wabbit, but it'll be "fun", since wxwabbit only comes in source. Looks like I'll have to do some script editing. And for Ruby, I'll try it. BASIC would be another addition. I might throw in an IDE or two.
ENVISIONDEV UPDATE OS version 0.1 is now out! Click here for more info and download links. Now includes sudo. How could I forget it? It now includes support for Perl and Ruby. ENVISIONDEV UPDATE - CURRENT OS OS version 0.1.1 is now out! Click here for more info and download links. This version now lets you select keyboard, language, and time zone at first boot.
Yes, it's another OS. It's about programming. And I wanted to make an OS, just to try out SuSE Studio. If you want to try it out the download links are below. Please comment and critique, I'll need help from the community (or the Network, as I call it. ) Sorry I can't provide more information. It has some dev patterns in it (C/C++, Java, Python, Perl, Ruby, web development).
You can see how much stuff was burnt to a CD if you look on the back of it. The burnt area is a yellowish/discolored area. I looked at one of my Tinycore CDs and I could barely see the burnt area. 700 MB CD WITH 10 MB OS ON IT FTW
Also you need to put EnvisionDev OS up there. It's my OS.