Hello Guest, please login or register.
Did you miss your activation email?
Login with username, password and session length.

Pages: [1]   Go Down

Author Topic: [Request /Listing] HELP NEEDED [!]  (Read 2552 times)

0 Members and 1 Guest are viewing this topic.

Lightz

[Request /Listing] HELP NEEDED [!]
« on: April 26, 2006, 12:53:40 am »
Ok heres the deal. Iv been playing around with my rolling engine all day and im having troubles. The rolling its self is picture perfect....its the fact that no matter which way you roll Link returns to his standing downwards state. Now I have tried alot of different things nothing seams to be working. Any ideas.....GM 5.3a registered.
« Last Edit: February 09, 2012, 02:34:38 pm by Niek »
Logged
Re: HELP NEEDED [!]
« Reply #1 on: April 26, 2006, 12:58:39 am »
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 1082
Ok heres the deal. Iv been playing around with my rolling engine all day and im having troubles. The rolling its self is picture perfect....its the fact that no matter which way you roll Link returns to his standing downwards state. Now I have tried alot of different things nothing seams to be working. Any ideas.....GM 5.3a registered.

Gimmie the .gmd and I can fix it no problem.
Logged

Lightz

Re: HELP NEEDED [!]
« Reply #2 on: April 26, 2006, 01:01:14 am »
haha see if I knew who you were (Which I probley do just not by this name) I would consider it. Anyone willing to help with out getting the GMD =p
Logged

Piers

Re: HELP NEEDED [!]
« Reply #3 on: April 26, 2006, 01:03:06 am »
I'm sorry to say but we have no clue what to do. We don't know how you made the rolling engine in the first place. And note: Dude your speaking to the !@#$% admin.
Logged

Lightz

Re: HELP NEEDED [!]
« Reply #4 on: April 26, 2006, 01:05:59 am »
your point lol.....i didnt say anything disrespectful...I jsut dont know who he was.
Logged

Piers

Re: HELP NEEDED [!]
« Reply #5 on: April 26, 2006, 01:08:34 am »
I'll make it a bit clearer: If the admin of this place can't be trusted, you can't trust anyone. (Especially Limey who already can't be trusted)
Logged

Lightz

Re: HELP NEEDED [!]
« Reply #6 on: April 26, 2006, 02:30:35 am »
Its not a question of I cant trust him....its the fact that I really dont feel comfertable sending GMD's to people i dont know...untill he states who he used to be then I dont know him. Also Limey is leet and very trust worthy.
Logged
Re: HELP NEEDED [!]
« Reply #7 on: April 26, 2006, 06:50:25 am »
  • *
  • Reputation: +1/-0
  • Offline Offline
  • Gender: Male
  • Posts: 4588
Piers, he has a right to ignore an admins request unrelated to the forum conditions.

Post some code that is related to rolling, lightz =D
Logged
the a o d c

cloudsquall

Re: HELP NEEDED [!]
« Reply #8 on: May 03, 2006, 09:37:47 pm »
You probably set link's facing/direction/whatever variable to "down" in his create event.That way,each time the rolling Link object destroys itself and creates the walking Link object,he looks down.
solution:
have a controller object set his facing/direction/wtf variable to down when he is first created(should be a global. variable)
then in his create event you should check for example
Code: [Select]
if global.LinkFacing-"left"    {sprite_index=sprLinkleft}
if global.LinkFacing-"right"  {sprite_index=sprLinkright}
if global.LinkFacing-"up"     {sprite_index=sprLinkup}
if global.LinkFacing-"down" {sprite_index=sprLinkdown}
(replace your own variables and sprite names)
Logged

Dayjo

shut the fuck up donny.
Re: HELP NEEDED [!]
« Reply #9 on: May 05, 2006, 06:51:43 pm »
  • hungry..
  • *
  • Reputation: +0/-0
  • Offline Offline
  • Gender: Male
  • Posts: 3602
cloudsquall is most likely correct.

In the future please post all source code and / or the project file so that we can see your problem.
Logged
  • My Blog
Pages: [1]   Go Up

 


Contact Us | Legal | Advertise Here
2013 © ZFGC, All Rights Reserved



Page created in 0.06 seconds with 54 queries.