English
Forum

Comic effects

 
Hi there be I again.
2 ask Have I brought along
1.) In my Program have I following Lines:
(Normales Windowsfenster)
CompileMarkSeparation
f1&=CreateExtBmp(%HDC,%maxx,%maxy)
f2&=CreateExtBmp(%HDC,%maxx,%maxy)
string bereich#,0="SPRITE.BMP"
spriteplan&=LoadExtImage(bereich#)
sprites&=InitSprite(spriteplan&,%HDC,f1&,f2&,0,0,40,40,spriteindex%,1,10,40,40,1,1)/pre>

with InitSprite dismisses itself the program without words.
Why? What is now go?
2.) what are the for effects (Sprite becomes twice and Black displayed, though transparency wisely)
CompileMarkSeparation
declare prospeed&,f1&,f2&,bereich#,spriteplan&,sprites&
dim bereich#,100000
 $I C:PROFANAKTUELLE PROJEKTELOSINCProspeed_Funktionen.inc
prospeed&=usedll("C:PROFANAKTUELLE PROJEKTELOSProspeed.dll")
window 10,10- 300,300
windowtitle "Test"
f1&=CreateExtBmp(%HDC,300,300)
f2&=CreateExtBmp(%HDC,300,300)
string bereich#,0="C:SPRITE.BMP"
spriteplan&=LoadExtImage(bereich#)
sprites&=InitSprite(spriteplan&,%HDC,f1&,f2&,0,0,40,40,4,1,10,10,10,1,1)

while 1

    waitinput

wend

dispose bereich#
freedll prospeed&
FreeExtBmp(f1&)
FreeExtBmp(f2&)
FreeExtBmp(spriteplan&)
FreeExtBmp(sprites&
class=s2>)

thanks in the Vorraus
Rolf
 
04/20/04  
 



Ohh naja to question 2 have I The Solution, have the
CopyExtBmp(f1&,0,0,%maxx,%maxy,%HDC,0,0,0)
CopyExtBmp(f2&,0,0,%maxx,%maxy,%HDC,0,0,0)
forget.
however question 1? Initsprite can the program exit.
means not that here gepostete Testprogramm.
hmm?
Rolf
 
04/20/04  
 



here time an example to that testing:
CompileMarkSeparation
 $P+
SetErrorLevel 0
Declare bereich#
Declare sprites&
Declare f1&,f2&,pfad$
Declare prospeed&,prospeed$,spriteplan&
DIM bereich#,10000
PFADROUTINEN *******************************
pfad$=getdir$("@")
chdir pfad$
Prospeed$=pfad$;"Prospeed.dll"
 $I C:PROFANAKTUELLE PROJEKTESpeedanimProspeed_Funktionen.inc
*M Init- und Exit-Prozeduren:
SetTrueColor 1
WindowStyle $003F
WindowTitle "Test"
Window 147,40 - 450,479
f1&=CreateExtBmp(%HDC,300,40)
f2&=CreateExtBmp(%HDC,300,40)
string bereich#,0="C:SPRITE.BMP"
spriteplan&=LoadExtImage(bereich#)
sprites&=InitSprite(spriteplan&,%HDC,f1&,f2&,0,0,40,40,4,1,15,100,10,1,1)
CopyExtBmp(f1&,0,0,%maxx,%maxy,%HDC,0,0,0)
CopyExtBmp(f2&,0,0,%maxx,%maxy,%HDC,0,0,0)

WhileNot appexit%

    WaitInput

Wend

freedll prospeed&
freedll hdll%
Dispose area#

If one Initsprite auskommentiert works it - otherwise End of program ???? WARUM ???
Rolf
 
04/20/04  
 



Nagut then answer I me time self:
human be I stupid !
Have the allerwichtigste verschluckt:
Usedll
Sorry the does already painful
To then
Rolf
 
04/20/04  
 



Hello Rolf,

if You you wunderst the Frank not answer, he's this weekend not home (Campen with the weather ).

the wonder with the forgotten @usedll... I had too Schonmal, hilarious the most command functions (of course slow) though The Dll not yet time in memory is !

another small hint if You Profan 7 and up have...

string area#,0=SPRITE.BMP
spriteplan&=LoadExtImage(area#)

...can you through...

presentment$=SPRITE.BMP
spriteplan&=LoadExtImage(@addr(presentment$))

...supplant, has whom benefit that you none area dimensionieren must.

Moritz
 
04/20/04  
 



Ahh thanks Moritz
Well has Frank auchmal earn - though here in Koblenz the weather More badly is.
Yes, with the > 7.0 is me famous, but such things mach I on the Schluss.
Frank is famous, that I one Tool write for Pspeed -
and of course whom Speedanimator.
Runs so far integrally well.
beautiful Restwochenende yet
Rolf
 
04/20/04  
 



hears itself very interestingly on Rolf !
what power the Speedanimator whom very, or becomes the still not betray ?

where we Schonmal at Topic are, Pathfinder 1.5 is too so well How ready, after I almost 2 weeks Have into deliriousness drive let because of one extreme difficult Error !

here time ne small Overview the new Features:

-Höhere speed and div. Error fixed
-New Bildersystem to that nachträglichen Change the plain and position the Images
-Bilderpfade go in the proposition mitspeichert
-way spots can umbenannt go (becomes too mitgespeichert)
-RGB-Verknüpfungssystem
-riesiges Optionsmenü
-way-Arranger (several Paths in a File join)
-infinity Undo/Redo function
-Icon-groin
-Breseham and Bitmap export
-loading of Jpg,Gif and Wmf (Thanks Frank)
-create of zero-Projekten (create of Positionsunabhängigen Pfaden)
-div. others small Changes and Neuerungen...

comes soon, wealth 1-2 weeks yet

Moritz
 
04/20/04  
 



Tja Moritz,
the Speedanimator is simply one Program, because one:
- Individual Frames malen can
- these into Sprite add can
- moreover a Preview Play can
- Edit the individual Frames u.s.w
......
in the momentum be I on the verzweifeln, I the create on Setpixelebene make and everything what on the large Malbild prepares becomes in Pixel into 40x40 stature by Setpixel copies becomes.
so far sogut.
loading can I but unfortunately on these manner not, I with the the Setpixel because of the Fehlerhaften Sizedfunktion made have.
Copysized devours the image unfortunately. Frank having something a others function in the Win32 tells, find these but unfortunately not.
- Achso, be on your new version maximum tensely !!!
Perhaps would too one Scrollbereich the loaded Bildes in Your Program drin, I time one Image larger as the Arbeitsfeld having and not any Paths unterbekommen have
only as suggestion.
Rolf
 
04/20/04  
 



becomes well very useful go your Program !

Have already couple. similar programs circa Animated-Icons to develop, becomes your Tool so similar or another couple Special functions afford ? (certainly )

To your trouble falls me too only StretchBlt() one, but the power already CopySizedBmp.

so integrally Have I the neither understood, You setting in a Memory bitmap The 40x40 Pixel and copy tappt im dunkeln then by MCopySizedBmp (or CopySizedBmp()) in your Arbeitsfenster on %hdc in the suitable Size, or ?

is The Size the To entwerfenden Sprite 40x40 Pixel festgesetzt ?

Perhaps would too one Scrollbereich the loaded Bildes in Your Program drin, I time one Image larger as the Arbeitsfeld having and not any Paths unterbekommen have.

was the image larger as 2000x2000 Pixel ?
otherwise can now with the new Image system The Images complete manage:

-add, Remove...
-Change the position
-Change the plain

and the naturally so often and when one wants too after Save and again open, Perhaps not integrally so useful as an Scrollfunktion but in the Endeffekt the same

Moritz
 
04/20/04  
 



Yes correctly.:
the large Arbeitsfenster becomes During low the Zeichnens on 40x40 minimizes. but by me take I deliberate: Setpixel
Have before Copysizedbmp or The function of Frank (is Yes really ident.) used.
there is the trouble:
in the large Arbeitsfenster is eachone Bildpunkt same.
the in the small (is by me OnTheFly) becomes if I Copysized take verzerrt. but somehow I will soon File loading and must then from the small Image a copy the large Arbeitsfenster bring - and is too verzerrt - kennste certainly.
Well - time look.
RocknRolf
 
04/20/04  
 



Yes correctly.:
the large Arbeitsfenster becomes During low the Zeichnens on 40x40 minimizes. but by me take I deliberate: Setpixel
Have before Copysizedbmp or The function of Frank (is Yes really ident.) used.
there is the trouble:
in the large Arbeitsfenster is eachone Bildpunkt same.
the in the small (is by me OnTheFly) becomes if I Copysized take verzerrt. but somehow I will soon File loading and must then from the small Image a copy the large Arbeitsfenster bring - and is too verzerrt - kennste certainly.
Well - time look.
RocknRolf
 
04/20/04  
 



Hello back !!!

the weather was not so dusty, except for 2 small Regenschauer. are almost The whole Time Motorboot drove )

your trouble has Yes Done, Rolf, God Thanks...

Sincerely,
one müder Frank.
 
04/20/04  
 




Answer


Topictitle, max. 100 characters.
 

Systemprofile:

no Systemprofil laid out. [anlegen]

XProfan:

 Posting  Font  Smilies  ▼ 

Please register circa a Posting To verfassen.
 

Topic-Options

8.977 Views

Untitledvor 0 min.
Achim Engelhardt10/21/14

Themeninformationen

this Topic has 1 subscriber:

unbekannt (20x)


Admins  |  AGB  |  Applications  |  Authors  |  Chat  |  Privacy Policy  |  Download  |  Entrance  |  Help  |  Merchantportal  |  Imprint  |  Mart  |  Interfaces  |  SDK  |  Services  |  Games  |  Search  |  Support

One proposition all XProfan, The there's!


My XProfan
Private Messages
Own Storage Forum
Topics-Remember-List
Own Posts
Own Topics
Clipboard
Log off
 Deutsch English Français Español Italia
Translations

Privacy Policy


we use Cookies only as Session-Cookies because of the technical necessity and with us there no Cookies of Drittanbietern.

If you here on our Website click or navigate, stimmst You ours registration of Information in our Cookies on XProfan.Net To.

further Information To our Cookies and moreover, How You The control above keep, find You in ours nachfolgenden Datenschutzerklärung.


all rightDatenschutzerklärung
i want none Cookie