Menu

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.

Show posts Menu

Messages - DragzGames

#2
right heres my prob, i have an event that when my character walks onto the hotspot i have 2 piece of overlay text appearing after eachother to say thats how u move then another saying look at the window but the 2 overlay texts keep looping.

how do i stop this from happening??

despretaly need this as its the only way i can progress making my game :)

thanks evry1,
DragzGames
#3
right what i mean by this is, i have made it to the second room now and i am wondering because my coding:

function room_AfterFadeIn()
  {
  Overlay.CreateTextual(10, 10, 250, Game.NormalFont, 2, "now we are in the game, lets move Ivaen to the box, to do this right click 2 more times and then left click in the box.");
 
  }
function hHotspot1_WalkOn()
{
Overlay.CreateTextual(10, 10, 250, Game.NormalFont, 9, "Great! Now that we have got moving sorted we shall learn how to look at things");
Wait(370);
  Overlay.CreateTextual(10, 10, 250, Game.NormalFont, 1, "right click once to get the look at cursor open and lets try looking at the window");
  Wait(400);

doesnt do a couple of things, firstly it doesnt come up with my text at the start when it comes in and secondly my thrid lot of text appears over my second lot and i am wondering how to solve this by getting rid of the second bit after it elapsed time period finishes and possibly how to solve the first bit of dialgue coming up because it doesnt.

thanks alot=)

DragzGames
#4
i have deleted it now but this is the coding i have put in so when someone says how to do it i can put it at the top.

// room script file


function hWindow1_Look();
{
cIvaen.Walk(155,  127, eBlock, eWalkableAreas);
cIvaen.Say("I can see the castle from here.");
}

function hHotspot2_AnyClick
{
c.Ivaen.walk(157, 146, eBlock, eWalkableAreas);
TextOverlay = Overlay.CreateTextual(10, 15, 250, Game.NormalFont, 12, "Great! now lets move back to where i was and start talking cursors.");
}

so far
#5
i have the coding from the manual but it doesn't work? any reasons for this?

any help on this would be appreciated thanks peepz :)

i desperately need this as i need this for the start of my game well the second room.

thanks peepz :)
#6
well its the one where i put in the coding overlay.createtextual(etc);

this is the dialogue ive got any help in gettin my character to stop ? while its on??
#7
well i have got to the second room in my new game and i was wondering how to make my character stay still until the dialogue box has gone?

any help fast would be very helpfull thanks :)
#8
ive done it now thanks to everyone that helped :)
#9
thanks that helped alot but now it says no such function exists on the hwindow_look part
this is my code:

// room script file

function hwindow_look()
{
  cIvaen.Walk(156, 122, eBlock, eWalkableAreas);
  cIvaen.Say("I can see the castle from here");
}

any help guys??
#10
all i put was the what to say line but it doesnt show up in the game. why is that? where would i see it if it was? have i done something wrong in the game for it to do that?

if u could answer these questions anybody it would be very greatful :)

thanks

DragzGames
#11
so could any1 help me out with this coding?
is it the right code for what i wana do?
#12
// room script file

function  hWindow1_look()
{
Display("you can see the castle.");
}

this is the coding i have for the looking at hotspot is this right? if not i might have to suggest the manual being looked at as this is what it told me to put and it hasnt worked :S
#13
ive tried this and yet it doesnt show the dialogue box and the comment for it do u know why it doesnt do that?

if need be ill place the script i have in a reply for u to take a look at :)

thanks for this by the way  ;D
#14
what is the elipses button ? i know this sounds very pethetic but i dont know where it is cuz i looked for a button called elipses and couldnt find it sorry
#15
i am new to the software and i have made my first room etc but i have gotten to the hotspots section and i have been through the manual countless times and i am still unsure why the dialogue isnt coming up when i try the game after putting the coding in and placing what to say into it.

i need help on this matter and would appreciate it if any1 could help  :)

thanks :)

DragzGames
SMF spam blocked by CleanTalk