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

Topics - DragzGames

#1
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
#2
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
#3
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 :)
#4
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 :)
#5
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