This is a discussion on "loading jpgs" within the Flash & Multimedia Forum section. This forum, and the thread "loading jpgs are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
loading jpgs
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
loading jpgs
im trying to call a series of 10 jpgs near eachother along the x axes. i want them to come up near eachother. the problem is that only the 10th pic is coming up. can anyone help please?
thanks in advance here is the code: var x = 1; var xes = 0; var dept = 1; while (x<10) { _root.createEmptyMovieClip("image", dept); _root.image.loadMovie("tfs/scroll/"+x+"big.jpg"); _root.image._x = xes; _root.image._y = 0; x++; dept++; xes = xes + 10; } |
|
|
![]() |
| Tags |
| loading jpgs |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Loading | octoberward | Starting Out | 7 | Aug 2nd, 2007 21:32 |
| Why does Flash resize jpgs that are coppied into it? | jbruso | Flash & Multimedia Forum | 3 | May 7th, 2007 16:31 |
| loading | geyids | Flash & Multimedia Forum | 5 | Apr 29th, 2007 18:01 |
| Preload and caching of externally loaded JPGs | hip | Flash & Multimedia Forum | 5 | Nov 8th, 2006 13:49 |
| externally loading jpgs via rollover for a beginner | brandon13 | Flash & Multimedia Forum | 8 | Aug 16th, 2005 09:44 |