Malkey Posted March 28, 2008 Author Share Posted March 28, 2008 (edited) User Notes:-When the script first starts, the picture on the front face of the cube appears, only. Now rotate the cube by holding down the left mouse button and moving the mouse. If nothing appears :- Most likely, the image files are not loading. Or it could be just the front face image not loading.To make it easier to enter the full path name of your own image files, replace existing "Global $Image[6][4] = ", Line 40 with this re-arrangement:-; Image File Name Array Global $Image[6][4] = [[0, 1, "C:\Documents and Settings\mc.MAL\My Documents\My Pictures\Matrix1scrn16x16.ico", 0], _ ;Front Face [0, 2, "C:\Documents and Settings\mc.MAL\My Documents\My Pictures\Matrix1scrn..bmp",0 ], _ ;Left Face of Cube [0, 3, "C:\Documents and Settings\mc.MAL\My Documents\My Pictures\TTSLogo.jpg",0 ], _ ;Rear Face of Cube [0, 4, "E:\Imagegif\AG00169_.GIF",0 ], _ ;Right Face of Cube [0, 5, "E:\Imagetif\bonemarr.tif",0 ], _ ;Top Face of Cube [0, 6, "E:\Imagewmf\AN00914_.WMF" ,0 ]] ;Bottom Face of Cube ;$Image[numbers 0 to 5 ][0] will contain Gui handles ;$Image[numbers 0 to 5 ][1] contains Gui Titles ;$Image[numbers 0 to 5 ][2] contains Image file names ;$Image[numbers 0 to 5 ][3] will contain Image handlesThe Gui Titles on the task bar, when running should appear as 1 to 6, instead of all zeros, with the above replacement.Note - ico, tif, wmf, image files can also be used - add to list on first post. Edited March 28, 2008 by Malkey Link to comment Share on other sites More sharing options...
Malkey Posted March 28, 2008 Author Share Posted March 28, 2008 Same with Nahuel and Zedna...Adding the numbers stated above, doesn't seem to work for me as well...Try this.If you have Valik's avatar floating on your desktop, the same as Nahuel and Zedna, go to a clear part of your desktop, anywhere, with your mouse.Press the left mouse button down.Drag the mouse about half an inch/12mm horizontally.Don't release the left mouse button. Wait to see if the cube of pictures starts rotating around the Y-axis.--------------------------------------------------------------------------------------------------------When the left mouse button is released, the rotation stops.The size of the rotation angle depends on the distance from where the mouse was was held down on the desktop, to the present position of the still held down left mouse button. The numbers on the task bar wasn't a fix. It was FYI, to show where they came from. I really hope this works for you jackit. Link to comment Share on other sites More sharing options...
Triblade Posted March 28, 2008 Share Posted March 28, 2008 It may be a bitch, but maybe add auto-rotation? Or add a play/stop button for that? My screenshot of the cube. At least, the pulled apart one. When I drag the cube with my left mouse button, there happens 2 things: 1) The cube rotates and shows nicely all sides with pictures 2) I can pull a side apart from the cube with it's own window. (See screenshot) Screenie of error: My active project(s): A-maze-ing generator (generates a maze) My archived project(s): Pong3 (Multi-pinger) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now