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 - Schrinzo

Pages: [1]
1
General Discussion / (no subject)
« on: December 27, 2003, 06:02:49 AM »
I'm useing costum stats too  :huh:
- strength
- charm
- intelligence
- sleep
gonna add some more but i'm not sure which one Sad

2
Archive / (no subject)
« on: December 26, 2003, 07:17:13 PM »
Quote from: Mark of the Dragon,Saturday, November 15, 2003 10:49 AM
And by the way, if I am a n00b, how is it that I am working on a battle system without bugging Xorlak or Rueben?

Yeah, sure I did summer 2002 through Winter 2002, but I've been working from scratch without his assistance for quite a while
:blink: that's a lot of time

made one yesterday in 6 hours non-stop  Smile
Kinda 2D fightin' game like gameshark mentioned only a bit of a FF add. Even if it isn't tested and there probable are some bugs in..... <_<

@Gameshark - I could send you this program to let you see how it could be (it's not exactly what you mean but it's an good introduction. Send me a mail if you want it, k?
[email:ef130]info@cornalien.tk[/email:ef130]

3
GameStudio 43 / (no subject)
« on: December 25, 2003, 04:52:49 PM »
Uhm.... <_<  christmas is TODAY!!! Do you want to make a complete game including a BS in 1 day? Sad

4
Archive / (no subject)
« on: December 24, 2003, 05:25:38 PM »
Ok the Quartz AudioMaster works perfect. It's so damn easy now <_< i gues......
even so Anvil Studio sux. srry:(

5
Archive / (no subject)
« on: December 24, 2003, 09:55:07 AM »
I made this kind of stuff but because of the delay-thing it's getting stuck.
It is made for seconds. It's made for a minigame where you got 50 seconds to collect the stuff so you need to walk at the same time as the timer goes. This is the code I made:

#Method Timer(sec!,lose$)
{
:timer
#Delay(1)
tl!+1
#If(tl!==sec!)
{
#Run(lose$)
#End()
}
#Branch(:timer)
}

That was the timer. It didn't work if I just let the program run alone (you couldn't walk) so I set it in an item. But even then it didn't work :angry: After that I made something with
#wait(c$)
#If(c$=="LEFT") {#Push("W")}
ec.
Only now it give a new character what's under something and it make the screen black where it is. I don't know the problem..... :unsure:

6
Archive / (no subject)
« on: December 24, 2003, 08:26:36 AM »
you can use any hosting site. geocities, freewebs. They all let you host your pages and images. Nobody check if there only images on Wink

7
Archive / (no subject)
« on: December 23, 2003, 04:11:58 PM »
Damn :angry:  I tried to make a timer but it doesn't want to work. Made one with #Delay, one with a plugin and some other stupid things but nothing want to work. In the shack isn't a good one too  Sad  
Could someone please help me?

8
Archive / (no subject)
« on: December 21, 2003, 01:20:02 PM »
I had the same problem but if you change the #Wav command into #MediaPlay it works. At least by me :unsure:

9
Archive / (no subject)
« on: December 21, 2003, 01:18:02 PM »
maybe with #InternalMenu() ???

10
Archive / (no subject)
« on: December 21, 2003, 01:11:36 PM »
is there a program available that doesn't need midi but is able to save the work in midi, you know, some display with notes that you can change?? and free :rolleyes:

11
GameStudio 43 / (no subject)
« on: December 21, 2003, 12:40:40 PM »
What does the } after #DrawTitle() do? I don't know where it went wrong but maybe it was there? <_< maybe......

Pages: [1]