ok, here’s what I started with…, I want to make a website similar to a game I saw, but have a whole site related around the look, the game is called 6ixel, and you can find it here http://ftp.bbc.co.uk/6music/6ixel/02.html
ok, now, here’s what I got so far lol, I was wondering how the background grid is made… is it a Photoshop image, or is it a movie clip of one grid area duplicated over and over…
that’s the first question…, also, if it were an image, would it be a bitmap? seems like a fairly large bitmap considering the image in the background which is kind of overlaid…, here’s what I was also thinking, maybe it could be a series of duplicated movie clips of just a basic red grid thing right, and maybe it has like a 10 or 20% alpha level black and white bitmap layed over top?
to start with, how would I make a grid like that?
(I have tried the duplicate movie thing… didn’t work well for me, but that’s another story for later if it comes up… right now, I would just like to know whether people feel this would be best done with duplicate movie clips of like a 5 pixel by 5 pixel box, or if it would be better done as a bitmap with any images already in it)
I know how to do a platform style game, it’s not that that I was looking for, I am looking for the best way to make something similar to the background, just the grid with the picture kind of overlaid
ok, I am referring to the grid with the picture of say… Bob Marley in it… not the red blobby lookin thing that it shows before that…, I have zoomed in at the highest zoom, and it doesn’t go all weird and pixelly…, so how are you sure it 'a bitmap?
I agree - it’s just a bitmap. I don’t know of an easy way to do it, but I’m sure that there is an easy way; I would take the picture of Mr.Marley and put the grid on top of it. voila - pixelated pic.
On another thought, you could actionScrpit one movieClip that’s a red line a hundred times from left to right, then another hundred times from the top to the bottom.
OR…you could use the drawing API to draw a bunch of lines over the picture that’s loaded into flash…hmm - then you may have level issues.
ya what I was working on doing was basically…, I had a movie clip that was say 5px by 5px, and setting a global variable which counted up, and on load setting the x position property by multiplying 5 (number of pixels) by the global variable, and then if the x position was over 540 then add one to another variable which determines the y poitioning in the same way, and if it’s greater then 400 or whatever, then it stops… haha…, and I was havin some issues with this…, the positioning worked great, but I was having a problem getting more then one of the movie clips to appear, when a new one would come on the screen the old one would disappear, but in any case you can see what my idea was, and then I would have had to individually go over and adjust the RGB levels of particular movie clips… which I never would have done lol, I would been like “f### this” lol, or I could have layed a 20% alpha level black and white image over the grid of movie clips, but you guys now see what all I had in my head, and why I was askin this haha
I was reading your post where it says duplicating 5x5 squares. Right before I read where you said “f### this” - I said out loud to myself “F THAT!” - lol - that’s funny.
You see what I mean about having the picture underneath and then putting the lines on top, right?
ya I do, I have been playing with the drawing API a bit, and I would much rather just draw up a bitmap in Photoshop or Illustrator, it’s not hard to do a 5 pixel mosaic effect on an image, convert to grayscale, add another layer, copy the image, find edges, change the layer type, merge the layers, then add a coloured hue to the image to get the same effect