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 ... 55 56 [57] 58 59 ... 61
841
Axe / Re: Commands for Axe
« on: June 16, 2011, 09:15:54 am »
Code: [Select]
:.FORCEATT
:ClrDraw
:Circle(15,15,10
:Circle(80,15,10
:Text(57,10,(„DEF“)
:Text(57,75,(“OFF”)
:Line(25,15,30,10
:Line(70,15,65,10
:Line(30,10,45,10
:Line(65,10,50,10
:Line(45,10,47,8
:Line(50,10,48,8
:Line(30,7,65,7
:Line(30,7,28,0
:Line(65,7,67,0
:Line(5,15,0,10
:Line(90,15,95,10
:rand^1+101→F
:For(U,1,F
:If U≥0 and (U≤9):-3→Q:End
:If U>99:3→Q:End
:If U≥10 and (U≤99):0→Q:End
:Fix 1
:Text(44,10-Q,U▶Dec
:Fix 0
:End
:rand^1+101→N
:For(U,1,N
:If U≥0 and (U≤9):-3→Q:End
:If U>99:3→Q:End
:If U≥10 and (U≤99):0→Q:End
:Fix 1
:Text(44,75-Q,U▶Dec
:Fix 0
:End
:Line(36,60,58,60
:Pt-On(35,62
:Pt-On(35,61
:Pt-On(59,62
:Pt-On(59,61
:Line(89,29,89,61
:Line(89,29,93,29
:Line(94,29,94,61
:Line(89,61,4,61
:Line(91,U,92,U
:Pause 5000

AXE PARSER:
APP was built succesfull


STARTING APP:
Can't see any Lines
In mid of the screen something is counting up very fast (In ftont of Menu of APPs)
Horizontal Lines and points in Front of Text (Menu of APPs)
APP is stopping.

NO ERROR  :)
NO RAMCLEAR  :)
BUT STRANGE THINGS.  :P

thanx  ;)

842
Axe / Re: Commands for Axe
« on: June 16, 2011, 09:00:49 am »
the first is wrong:
the "DEF" should be at the bottom of the screen.
Try it out; it works!

But what exactly is Fix ?
I've never used it before.

And what should the U▶Dec do?

843
Axe / Re: Commands for Axe
« on: June 16, 2011, 08:16:39 am »
Code: [Select]
:.FORCEATT
:ClrDraw
:Circle(15,15,10
:Circle(80,15,10
:Text(57,10,(„DEF“)
:Text(57,75,(“OFF”)
:Line(25,15,30,10
:Line(70,15,65,10
:Line(30,10,45,10
:Line(65,10,50,10
:Line(45,10,47,8
:Line(50,10,48,8
:Line(30,7,65,7
:Line(30,7,28,0
:Line(65,7,67,0
:Line(5,15,0,10
:Line(90,15,95,10
:rand^1+101→F
:For(U,1,F
:If U≥0 and (U≤9):-3→Q:End
:If U>99:3→Q:End
:If U≥10 and (U≤99):0→Q:End
:Text(-1,44,10-Q,U
:End
:rand^1+101→N
:For(U,1,N
:If U≥0 and (U≤9):-3→Q:End
:If U>99:3→Q:End
:If U≥10 and (U≤99):0→Q:End
:Text(-1,44,75-Q,U
:End
:Line(36,60,58,60
:Pt-On(35,62
:Pt-On(35,61
:Pt-On(59,62
:Pt-On(59,61
:Line(89,29,89,61
:Line(89,29,93,29
:Line(94,29,94,61
:Line(89,61,4,61
:Line(91,U,92,U
:Pause 5000


 :w00t: swimming while shouting "horray"

844
Axe / Re: Commands for Axe
« on: June 16, 2011, 08:10:08 am »
NOW, MY APP IS MAKING RAMCLEAR  :banghead:  :banghead:  :banghead:


 :w00t: Swimming Smiley
 :w00t: Smiley is shouting "hooray"

845
The Axe Parser Project / Re: Bug Reports
« on: June 16, 2011, 08:04:53 am »
 ???
If I use a xLib command, It says error.

846
Introduce Yourself! / Re: Hello!
« on: June 16, 2011, 08:03:51 am »
Everytime I watch this swimming/shouting smilay, I must think of a planet with two moons.
THE PLANET ISS WATCHING ME!  >B)

847
Introduce Yourself! / Re: Hello!
« on: June 16, 2011, 07:55:31 am »
Hayleia is wrong:
I'm no bad swimmer.

Hayleia is right:
:'( Fancy pants is only at 4%

But someone IS programming Fancy Pants Adventure  :D



 :w00t: Swimming Smiley shouting "hooray" (Whitch is NOT ME)




848
Introduce Yourself! / Re: Hello!
« on: June 16, 2011, 07:18:55 am »
http://www.omnimaga.org/index.php?action=profile;u=136;sa=showPosts

If you want, I could send you a PM with everything he has told me about the Game
(I've sent him a few PMs, and he has sent me a few, too)



       :w00t:  <--- A swimming Smiley!

849
Introduce Yourself! / Re: Hello!
« on: June 16, 2011, 07:14:00 am »
SORRY... :-\ :-\

It was Deep Thought.
I've copied the wrong Name. :-\
Deep Thought is Programming Fancy Pants Adventure.

It's in HIS spoiler!!

850
Axe / Re: Commands for Axe
« on: June 16, 2011, 06:54:26 am »
I did not know that yet.
PRGM after Error.
Thanks. Smiley


It's the Pt-ON( command.





Now, it says MISSING END
( after the Pause 5000 )


What should that be?

851
Axe / Re: Commands for Axe
« on: June 16, 2011, 06:26:58 am »
Cool, thanx! :)

I have a question/problem: :-\

Code: [Select]
:.FORCEATT
:ClrDraw
:Circle(15,15,10
:Circle(80,15,10
:Text(57,10,(„DEF“)
:Text(57,75,(“OFF”)
:Line(25,15,30,10
:Line(70,15,65,10
:Line(30,10,45,10
:Line(65,10,50,10
:Line(45,10,47,8
:Line(50,10,48,8
:Line(30,7,65,7
:Line(30,7,28,0
:Line(65,7,67,0
:Line(5,15,0,10
:Line(90,15,95,10
:rand^1+101→F
:For(U,1,F
:If U≥0 and (U≤9):-3→Q
:If U>99:3→Q
:If U≥10 and (U≤99):0→Q
:Text(-1,44,10-Q,U
:End
:rand^1+101→N
:For(U,1,N
:If U≥0 and (U≤9):-3→Q
:If U>99:3→Q
:If U≥10 and (U≤99):0→Q
:Text(-1,44,75-Q,U
:End
:Line(36,60,58,60
:Pt-On(35,62
:Pt-On(35,61
:Pt-On(59,62
:Pt-On(59,61
:Line(89,29,89,61
:Line(89,29,93,29
:Line(94,29,94,61
:Line(89,61,4,61
:Line(91,U,92,U
:Pause 5000
It should create a picture of a Card (ForceAttax - Don't think you know them)

BUT:
1st Pass:   75%
ERR: ARGUMENT

 :banghead:



WHAT IS IT???????????  ???

852
The Axe Parser Project / Re: Bug Reports
« on: June 16, 2011, 05:03:18 am »
maybe a posibillity to activate Axe AND xLib:
if I open Axe, xLib and Deutsch (mages my TI german) are automatically deactivated.

Can't you do something that It's possible to  use real( (that one of xLib) in programs with axe code, too?
it would be a great help for xLib-users

853
The Axe Parser Project / Re: Bug Reports
« on: June 16, 2011, 04:49:54 am »
How to write that?
I've never done tat before.

Is it like the real(13,1,X in xLib?

854
EVERYTHING ABOUT TapTapRevenge


There are 3 lines, on which the tappers are coming down. ( \  I  and / )
At the top of the lines they appear and you must try to "tap" them if they are at the right place. (the X)
The more exactlier you tap them, the more points you get. (Exact is 50Points)
There's a sign how exact yout tapping was (on the Right)
It is:
           [  -  ]   too early
           [  -  ]
           [  o  ]  perfect
           [  -  ]
           [  -  ]   too late

Points are shown on the Top
Right of it is the TAP ACCURACITY (how exact you tap the tappers)

left of it can you see, how long your streak is (streak of not-missed tappers)

On the left you can see your Multiplayer.
Points per tapper with different dultiplayer:
1x=120
2x=240
4x=480
8x=960
You get it, if you don't miss tappers.
But you'll loose it, if you miss one.
If you get 8x, the theme changes.
[      ]  16x
[      ]  8x
[ [ ] ]  4x
[ [ ] ]  2x
[ [ ] ]  1x





Sometimes, the tappers aren't balls, they are stars.
ever 6 Stars are coming after another.
if gou miss no of then, a Star is on the left side. (+)
Tap it, and you get muldiplayer 16x for 12seconds.
there are 2 times where you can get the 16x in every track (song)

There are tap-streaks, too, where you must hold the tap.
This is an typical track on EASY:

In an track on Easy are 465 Tappers. max 650.000Points if you make all perfect) 3:18min was this song.
In medium 772 Tappers. Max 1.150.000Points (if all perfect) 3:18 (always the same song on easy/medium/hard/extreme)
Hard 974 tappers, Max 1.450.000Points (all perfect)
Extreme 1300 Tappers. Max 1.900.00Points(all perfect)
I think Extreme would be too difficult and hard for TI.

BUT:  This has an difficult track.
Such easy tracks like in the Video won't have so much tappers!!!
It was:





Quote
[20]   [20.180 POINTS]   [100%]

[   ]      \       I       /      [ - ]
[   ]       \      I      /       [ - ]
[   ]        \     I     /        [ o ]
[ o]         \    I    /         [ - ]
[ o]          \   I   /          [ - ]
                 \  I  /
+             [X  X  X]


And it should be possible, to load more tracks on your TI.
(tracks in special PRGMs or VARs )


Sometimes there are 2 or 3 tappers syncron (at the same Time)
especially in Hard and Extrem.
Is that possible, too?

855
The Axe Parser Project / Re: Bug Reports
« on: June 16, 2011, 03:14:59 am »
There's another little problem in Axe:

Have you ever tried to display a Text with äöüÄÖÜßáàÁÀ...
There are some strange things...
"ÄÖÜäöü" will become "q9äuÄË" and so one.
It's a bit nervy, if you want to write something in a textmode.

Pages: 1 ... 55 56 [57] 58 59 ... 61