GP32 Vns Fade Question


Endurion

Member
Joined
Aug 10, 2003
Messages
198
Location
Sweden
Website
Visit site
Hi,

don´t know if I´m posting in the right place... but anyway.

I´m trying to get the VNS system to do a fade between two pictures... but it seams to work the wrong way ... it takes the later picture and fade to black (the first picture is black).
then I have to press the button again and the right picture gets visible.

how do I make it work the right way... and while I´m asking I might just as well ask how exactly I change the time the fade takes...

here is the code made so far:


STORYTITLE=dreamland

//story variables

TEXTCOLOR=2
SHADOWCOLOR=0
BARCOLOR=14
//SOUNDFREQ=S44
//SOUNDBITS=16
GRAPHICBITS=8
TITLESCREEN=dream.bmp
ZIP=dream.zip

// The opening scene

[STORYSTART]
PREVIOUS=ERASE
TRANSITION=NORMAL
BGP=blackout.bmp

TEXTWRAP=Gasp... who...who are you?

[0002]
TEXTWRAP=uuh... huh?

[0003]
TRANSITION=FADE
BGP=start.bmp
TEXTOWNER=toby1.bmp,256
TEXTWRAP=Are you alright?

[0004]
TEXTWRAP=I... my head hurts...

[0005]
TEXTWRAP=Yes, it looks like you´ve taken a beating.



// Never forget the STORYEND keyword
[STORYEND]



Thank´s for any help!
 
Oh, and is there a easy way to see what number a color has.... like a program that tells the index number on a RGB color?
 
If you can get on efnet IRC in room #gp32 in 8 hours i can help u.

or u could email me the sample files to ninja@flashmail.com.removeme

take off .removeme of course :)

Im at work so i can't help u right now

:ph34r:
 
...aaa :huh:

what is a VNS system? sorry if the question is REALLY dumb :D

kinda new to the place and this sounded interesting

d
 
what is a VNS system? sorry if the question is REALLY dumb :D

No not at all :)

VNS stands for Virtua Novel System (virtua not virtual)

It was a graphic novel engine but its alot more :)

it lets a user make simple games in a language a 5yo can do :)

you can make it interactive have a mouse to click hotspots on a image variables etc.

What does this mean?

well u can make games like monkey island but no animations

It can do transations between scene's like say u had a story that had multiple endings u can make it in VNS easily and have each graphic file do a transition like fade wipe left etc.

If your ever played a anime novel/dating sim etc its like that :)

u can create dating sims, interactive storys, adventure games etc.

its only a tool for people who dont have time to learn to code or don't want to :)

u should check it out.

I'v made 2 interactive storys which will be released soon :) but demo's are available.

http://www.ninja.doomportables.org/vns.html

check out the demo :)

:ph34r:
 
what is a VNS system? sorry if the question is REALLY dumb  :D

No not at all :)

VNS stands for Virtua Novel System (virtua not virtual)

It was a graphic novel engine but its alot more :)

it lets a user make simple games in a language a 5yo can do :)

you can make it interactive have a mouse to click hotspots on a image variables etc.

What does this mean?

well u can make games like monkey island but no animations

It can do transations between scene's like say u had a story that had multiple endings u can make it in VNS easily and have each graphic file do a transition like fade wipe left etc.

If your ever played a anime novel/dating sim etc its like that :)

u can create dating sims, interactive storys, adventure games etc.

its only a tool for people who dont have time to learn to code or don't want to :)

u should check it out.

I'v made 2 interactive storys which will be released soon :) but demo's are available.

http://www.ninja.doomportables.org/vns.html

check out the demo :)

:ph34r:
THNX

I'm a couple of days late on this :( Damn cable people! I was without internet connection for TWO DAYS aaaaaaaa! still recovering :unsure:

anyways... downloaded VNS will start playing with it soon.
 
Last edited by a moderator:
Back
Top