Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Newcomers DBPro Corner / looking for rpg tutorial

Author
Message
BEAST
11
Years of Service
User Offline
Joined: 11th Jun 2012
Location: the gamecreators.com
Posted: 21st May 2013 21:27
i am trying to work on an rpg game i need some help it 1 level where a dude walk around and collect thing them go on and fight the evil master

BM
Phaelax
DBPro Master
21
Years of Service
User Offline
Joined: 16th Apr 2003
Location: Metropia
Posted: 22nd May 2013 17:02
Some information here:
http://forum.thegamecreators.com/?m=forum_view&t=174919&b=7

And there are other resources if you do a forum search.

But if you're having trouble with just getting a character to walk around, might I suggest looking up the Pong tutorial first until you have a grasp on programming.

"You're all wrong. You're all idiots." ~Fluffy Rabbit
BEAST
11
Years of Service
User Offline
Joined: 11th Jun 2012
Location: the gamecreators.com
Posted: 22nd May 2013 18:16
thank you Phaelax

BM
BEAST
11
Years of Service
User Offline
Joined: 11th Jun 2012
Location: the gamecreators.com
Posted: 23rd May 2013 17:29
i am having a problem with an Rpg tutorial i download http://forum.thegamecreators.com/?m=forum_view&t=89100&b=19

BM

Attachments

Login to view attachments
Rudolpho
18
Years of Service
User Offline
Joined: 28th Dec 2005
Location: Sweden
Posted: 24th May 2013 13:51
As the error message says you have run into a function declaration.
This isn't supposed to happen during program execution and is usually caused by you not having a end instruction after your main program code (that doesn't reside in functions).

It could also happen if you throw in a function declaration in the middle of your code for some reason; you can't do that but I don't see why anybody would place it there either.
Likely your problem is just the missing end statement, in which case that error only occurs after your program has essentially "finished" anyway. Throw it in at the end and it should close normally.


"Why do programmers get Halloween and Christmas mixed up?"
BEAST
11
Years of Service
User Offline
Joined: 11th Jun 2012
Location: the gamecreators.com
Posted: 30th May 2013 19:53
this is my code and still i am having the error after i put the end function my code is in the rpg tutorial.rar help me please

BM

Attachments

Login to view attachments

Login to post a reply

Server time is: 2024-04-25 07:18:13
Your offset time is: 2024-04-25 07:18:13