Two Questions

Non-platform specific questions.

Two Questions

Postby CrimsonTheDarkBat » Fri Jul 09, 2010 9:12 am

I've two questions...

In my Sonic game, I want to know if there's a way for an event to only occur if Sonic's rings are at 0?

And, in GE 1.4, are games made in 1.3 forwards compatible with exported files from 1.4?

Thanks!
Sonic Velocity Development Thread --> http://game-editor.com/forum/viewtopic.php?f=4&t=11461

Completed Games:
Sonic: War of the Emeralds
Sonic: Empire of Nightmares
Sonic.EXE - The Game
Alice: Crimson Omen
Epsilon 27
User avatar
CrimsonTheDarkBat
 
Posts: 223
Joined: Fri Mar 21, 2008 10:54 am
Score: 20 Give a positive score

Re: Two Questions

Postby Hblade » Fri Jul 09, 2010 10:48 am

Yes, all games with any GE version is compatable with 1.4
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score

Re: Two Questions

Postby CrimsonTheDarkBat » Fri Jul 09, 2010 10:51 am

Thanks, and in regards to my other question, how can I make an event happen only when the players ring count reaches zero?
Sonic Velocity Development Thread --> http://game-editor.com/forum/viewtopic.php?f=4&t=11461

Completed Games:
Sonic: War of the Emeralds
Sonic: Empire of Nightmares
Sonic.EXE - The Game
Alice: Crimson Omen
Epsilon 27
User avatar
CrimsonTheDarkBat
 
Posts: 223
Joined: Fri Mar 21, 2008 10:54 am
Score: 20 Give a positive score

Re: Two Questions

Postby Hblade » Fri Jul 09, 2010 11:36 am

Make the rings a variable, not based on a textNumber :D
Code: Select all
if (rings == 0)
{
    do event :D
}
else if (rings>0)
{
    do anything else :D
}

That should do it ^.^
Subscribe to my YouTube? - Yes| No
User avatar
Hblade
 
Posts: 4455
Joined: Fri Dec 08, 2006 11:14 pm
Score: 181 Give a positive score


Return to General

Who is online

Users browsing this forum: No registered users and 1 guest

cron