Search found 7 matches

by Benedikt.Seidl
Sat Jul 29, 2006 11:04 pm
Forum: Talking LiveCode
Topic: Rotating an Oval
Replies: 4
Views: 5970

i like those little mathematic problems, so i wrote a function for you: function ro_el twidth, theight, tlocx, tlocy, tangle repeat with i = 0 to 360 put (sin((i)/180*pi)*(twidth)) into x put (cos((i)/180*pi)*(theight)) into y put round(x * cos(tangle/180*pi) + y * sin(tangle/180*pi) + tlocx) & comm...
by Benedikt.Seidl
Thu Jul 13, 2006 11:07 am
Forum: Multimedia
Topic: End of video/audio file detection
Replies: 3
Views: 6169

tryed the "playstopped" message?

SEIDL.
by Benedikt.Seidl
Tue Jul 04, 2006 10:49 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Electronic protractor
Replies: 4
Views: 7576

that sounds like, you'll make also other software you could use the ae . i use it very often. you could also code it yourself, but it is not that easy, i also tried it and gave up. to come back to the ae: there are two funktions called findangle() and pointoncircle() so you could easy draw a line an...
by Benedikt.Seidl
Tue Jul 04, 2006 4:09 am
Forum: Talking LiveCode
Topic: Keyboard scroll ??
Replies: 5
Views: 6912

set the code of fld to this script: on keydown thekey lock screen put 0 into i repeat for each line tline in the text of me add 1 to i if char 1 of tline is thekey then exit repeat end if end repeat put i * the textheight of fld 1 if the textheight of me is empty then set the textheight of me to 14 ...
by Benedikt.Seidl
Fri Jun 30, 2006 1:37 pm
Forum: Talking LiveCode
Topic: Original help files?
Replies: 7
Views: 8360

tanks mark for your icq!

Image
that's what it looks like

and here is the stack

have fun,.. it is still a bit buggy but: sorry, no warranty, you use it on your own risk.

if you have any questions about it, ask!

SEIDL.
by Benedikt.Seidl
Thu Jun 01, 2006 4:44 am
Forum: Talking LiveCode
Topic: monitor buttons during wait period
Replies: 6
Views: 7849

you can also use on nextimage ## here you can display your new pic send "nextimage" to me in 5 sec end nextimage the clicked btn can be recorded by a global or a costum property. for example (code of a btn): global clickedbtn on mouseup if the clickedbtn is empty then ## an other btn has been klicke...
by Benedikt.Seidl
Fri May 19, 2006 4:21 am
Forum: Animation Engine
Topic: Football stack beta
Replies: 6
Views: 9619

wow! that's cool.

but i think the black player should become a better player ;-) if he has the ball he always runs against the border :-P

SEIDL.

Go to advanced search