Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - p2

Pages: 1 ... 52 53 [54] 55 56 ... 61
796
TI-Nspire / Re: [Lua] Bobby Carrot
« on: June 18, 2011, 09:24:35 am »
sweet bunny   ;)
Is he animated?
I hope so.

797
Axe / Re: Commands for Axe
« on: June 18, 2011, 07:04:59 am »
sweet. :D

Try to make him waving with his arms.
shell i send you a few pictures of the fpa-man? (as a PM)

798
Axe / Re: Commands for Axe
« on: June 18, 2011, 06:39:29 am »
the max is 101,101 (Yoda as Force-Master)
http://www.magic-friends.de/product_info.php/info/p47119_YODA.html

Spoiler For Spoiler:
Please re-upload a smaller res image if you need it here. That was gigantic and took forever for the page to load. Thanks. AOC

799
Axe / Re: Commands for Axe
« on: June 18, 2011, 06:14:17 am »
It's looking like the bottom of a real card.  :)

This is an original Force-Attax Card.


800
Axe / Re: Commands for Axe
« on: June 18, 2011, 05:28:47 am »
Now it's:
Code: [Select]
:.FORCEATT
:Fix 5
:ClrDraw
:Text(57,10,"DEF
:Text(57,75,"OFF
:Text(45,57,"p2
:Circle(15,47,10
:Circle(80,47,10
:Line(25,47,30,52
:Line(70,47,65,52
:Line(30,52,45,52
:Line(65,52,50,52
:Line:45,52,47,54
:Line(50,52,48,54
:Line(30,55,65,55
:Line(30,55,28,62
:Line(65,55,67,62
:Line(5,47,0,52
:Line(90,47,95,52
:DispGraph
:rand^100+1→F
:For(U,1,F
:If U≥0 and (U≤9)
:13→Q
:End
:If U≥10 and (U≤99)
:10→Q
:End
:If U>99
:7→Q
:End
:Fix 1
:Text(Q,44,U▶Dec
:Circle(15,47,10
:Line(25,47,30,52
:DispGraph
:Fix 0
:End
:rand^100+1→N
:For(U,1,N
:If U>99
:72→Q
:End
:If U≥0 and (U≤9)
:78→Q
:End
:If U≥10 and (U≤99)
:75→Q
:End
:Fix 1
:Text(Q,44,U▶Dec
:Circle(80,47,10
:Line(90,47,95,52
:DispGraph
:Fix 0
:End
:DispGraph
:Pause 25000
:Fix 4


German:
Code: [Select]
:.FORCEATT
:Fix 5
:LöscheBild
:Text(57,10,"DEF
:Text(57,75,"OFF
:Text(45,57,"p2
:Kreis(15,47,10
:Kreis(80,47,10
:Strecke(25,47,30,52
:Strecke(70,47,65,52
:Strecke(30,52,45,52
:Strecke(65,52,50,52
:Strecke(45,52,47,54
:Strecke(50,52,48,54
:Strecke(30,55,65,55
:Strecke(30,55,28,62
:Strecke(65,55,67,62
:Strecke(5,47,0,52
:Strecke(90,47,95,52
:Anz. Graf.
:Zufall^100+1→F
:For(U,1,F
:If U≥0 und (U≤9)
:13→Q
:End
:If U≥10 und (U≤99)
:10→Q
:End
:If U>99
:7→Q
:End
:Fix 1
:Text(Q,44,U▶Dez
:Kreis(15,47,10
:Strecke(25,47,30,52
:Anz. Graf.
:Fix 0
:End
:Zufall^100+1→N
:For(U,1,N
:If U>99
:72→Q
:End
:If U≥0 und (U≤9)
:78→Q
:End
:If U≥10 und (U≤99)
:75→Q
:End
:Fix 1
:Text(Q,44,U▶Dez
:Kreis(80,47,10
:Strecke(90,47,95,52
:Anz. Graf.
:Fix 0
:End
:Anz. Graf.
:Pause 25000
:Fix 4

All's perfect.
No bugs in it.

801
Axe / Re: Commands for Axe
« on: June 17, 2011, 11:19:25 am »
How should I write
:Repeat getKey=105:End
in Axe code?

802
Axe / Re: Commands for Axe
« on: June 17, 2011, 11:00:40 am »
fix
Text
fix
circle
end

803
Axe / Re: Commands for Axe
« on: June 17, 2011, 10:58:01 am »
ok.
i'll do it.

804
Axe / Re: Commands for Axe
« on: June 17, 2011, 10:44:15 am »
But why?
The Text is not so large.
What can I do against it?

805
Axe / Re: Commands for Axe
« on: June 17, 2011, 10:35:53 am »
I think it would be better to delete everything after the
:For(U,1,N
.......
:End


(but not the pause and the fix)




But why are the circles opened at the right side?

806
Axe / Re: Commands for Axe
« on: June 17, 2011, 09:54:31 am »
could you upload the Axe code?

807
Axe / Re: Commands for Axe
« on: June 17, 2011, 09:52:41 am »
cool!  :D

What happens if U>99 ?

808
Axe / Re: Converting this in Axe-Language
« on: June 17, 2011, 09:31:01 am »
Super!  :D
thanx!

809
Axe / Re: Commands for Axe
« on: June 17, 2011, 09:07:06 am »
strange...

810
Axe / Re: Commands for Axe
« on: June 17, 2011, 08:20:12 am »
What's that?
The Graphics are at the top?
They should have been at the bottom.

But thanx!




My TI is too stupid for the APP.
I've made a APP of your code and opened the app

-nothing.
I hate my TI!

But As I've seen It has worked at your TI.

Pages: 1 ... 52 53 [54] 55 56 ... 61