Spawn Actor Issue

kajutokajuto Member Posts: 314
edited June 2012 in Miscellaneous
Hi there everyone!! recently i made this code but I'm not sure if its a bug or its me , please feel free to help please

Rule: spawner
Changing to ne or equal to 500
- change game.scoreCoin to 1
- spawn Star1v = to scene

Changing to ne or equal to 1000
- change game.scoreCoin to 2
- spawn Star2v = to scene

Changing to ne or equal to 1500
- change game.scoreCoin to 3
- spawn Star3v = to scene

Star 1Rule= gameScoreCoing greater or equal to "500"
change att gamescoreCoin to 1
spawn actor star1
Star 2Rule= gameScoreCoing greater or equal to "1000"
change att gamesscoreCoin to 2
spawn actor star2
Star 3Rule= gamescoreCoin greater or equal to "1500:???
change att gamesscoreCoin to 3
spawn actor star3

what i did wrong or what i miss there? thanks guys

Answers

  • NovicaStudioNovicaStudio Member Posts: 174
    Can you please explain what you are trying to do, and what all the attributes and abbreviations like changing to ne or equal mean?
    Thanks
  • MotherHooseMotherHoose Member Posts: 2,456
    @kajuto … your post is confusing with the coin named attribute

    this has been causing some problems … make sure you delete the oldActors

    here is a demo … http://www.mediafire.com/download.php?ihduf99anfcb5pi

    image MH
  • kajutokajuto Member Posts: 314
    NovicaStudio: Changing the Att for recognize each star and equal greater than I used for when exceed this amount of pts then determine how many star the player gets..

    Motherhoose: hi there I hope u fine!! Long time no talk :-) I download the file and Im going to try it later in the night because I'm working :-(
    Thanks!
  • kajutokajuto Member Posts: 314
    hey MH! thanks i tried it and it works perfectly fine and the reason mine didn't work its because i miss something of the code =-)
Sign In or Register to comment.