Dear Comics Book plus forum members and cartoonists,
Here i explain a code to make Amiga programming software AMOS PRO 2.0, Animated Comics.
First of all you need 320x256 pixel image size in .iff format *here i have used a 32 bit lowres version to fit in a floppy disk but you can choose 4096 colors high res or more) to add to the path of my code changeing it with the destination of your images one by one. To be more specific about hte destination: if you have the images inside a floppy the destination will be DF0:COMIC1.iff, inside the first Hard disk it will be DH0:COMIC1.iff, inside the second hard disk DH1:COMIC1.iff.
Here The code:
1 Screen Open 0,320,256,32,Lowres
Flash Off
2 Load Iff "COMIC1:iff"
4 For A=1 To 10000000
5 NEXT A
6 Load Iff "COMIC2.iff"
8 For B=1 To 10000000
9 NEXT B
10 Load Iff "COMIC3.iff"
11 For C=1 To 10000000
12 NEXT C
13 Load Iff"COMIC4.iff"
14 For D=1 To 10000000
15 NEXT D
16 Load Iff"COMIC5.iff"
17 For E=1 To 10000000
18 NEXT E
19 Load Iff"COMIC6.iff"
20 For F=1 To 10000000
21 NEXT E
22 Load Iff"COMIC7.iff"
23 For G=1 To 10000000
24 NEXT G
25 Load Iff"COMIC8.iff"
26 For H=1 To 10000000
27 NEXT H
28 Goto 1
The code is for 8 images but you can add more with load and For loop.
Here is the Code Licence:
Copyright (c) <2018>, <Matteo Trevisan>
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. All advertising materials mentioning features or use of this software
must display the following acknowledgement:
This product includes software developed by the <organization>.
4. Neither the name of the <organization> nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY <COPYRIGHT HOLDER> ''AS IS'' AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Copyright (c) <2018>, <Matteo Trevisan>
Tutti i diritti riservati.
La ridistribuzione e l'uso in forma di codice sorgente e in forma binaria, con o senza modifiche,