Well it seems the code I entered into the code area of the forum message did not appear in either of my posts, anyone know what might have happened to it? I assumed it would become a snipit button like I've seen in other posts around the boards but alas...
Have a new question as well, while working on another tutorial it had me splitting a bitmap into several seperate images and then pasting them into their neibbors sector then looping it so the pices of bitmap rotate in a clockwise motion. I managed to figure out how to speed up and slow down the rotation as well as reverse it's direction, however when I tried to break the image into 1/16th's instead of 1/4's it gave me an error code:
Runtime Error The File Does Not Exist.
Now the coideline it highlighted was the first in the series of lines that breaks up the bitmap into seperate images so I double checked that I had input the correct coordinates for each gridsquare to be isolated and pasted and it seemed correct. I used the same format for isolating pieces of the bitmap ie:
The tutorial codeline for the first 1/4was: GET IMAGE 0,0,320,240
The codeline I entered for the fist 1/16th was: GET IMAGE 0,0,160,120
No other changes were made to the code with the exception of the parts that further broke up the image into 1/16th squares and the code that should cause those new smaller blocks to rotate. Any ideas where I could have gone wrong? Sorry that I can't seem to post code snipits I'm sure that would help you guys help me.
I am drowning in a sea of code. Code code everywhere and not a drop to drink.