-
1. Re: Load random images into particular areas?
twistedpancreas Feb 2, 2013 1:34 AM (in response to rossfranks)So I gather I should be looking elsewhere?
-
2. Re: Load random images into particular areas?
♥Schrene Feb 2, 2013 7:57 AM (in response to twistedpancreas)Here is a basic sample of loading a random map image with scroll in Edge:
http://www.meschrene.puremadnessproductions.net/Samples/Random-Image/Test1.html
http://www.meschrene.puremadnessproductions.net/Samples/Random-Image/Test1.zip
This should help you get a basic idea of what to do.
I you have any questions let me know
-
3. Re: Load random images into particular areas?
twistedpancreas Feb 3, 2013 4:14 AM (in response to ♥Schrene)Schrene you are a legend that worked perfectly and I understood what you were doing too which is a bonus!!!
Here is my version http://twistedpancreas.com/warmachine/map/map.html
One small question, is there a way to hide the horizontal scrollbar?
-
4. Re: Load random images into particular areas?
♥Schrene Feb 3, 2013 4:47 AM (in response to twistedpancreas)Gee thanks
I always like a good challenge.
Yes to hide horizontal scroll add this to Stage actions using compositionReady:
sym.$("mapBox").css("overflow-x","hidden");
-
5. Re: Load random images into particular areas?
twistedpancreas Feb 3, 2013 2:23 PM (in response to ♥Schrene)Awesome Schrene, you've been most helpful.
Thanks again!!!
-
6. Re: Load random images into particular areas?
♥Schrene Feb 3, 2013 2:32 PM (in response to twistedpancreas)Your welcome.
Please mark my answers a helpful or correct so people know that you were helped and your question was answered.
-
7. Re: Load random images into particular areas?
rossfranks Feb 20, 2013 8:31 PM (in response to ♥Schrene)I never got to show you the final file working...
-
8. Re: Load random images into particular areas?
♥Schrene Feb 21, 2013 3:22 AM (in response to rossfranks)Cool!




