samcrossette
Relic Team
Advanced Coder,Stage Maker & Photoshoper
Posts: 427
|
Post by samcrossette on May 6, 2012 19:16:34 GMT -5
Hello guys ! I could use some help for project infinity, I'm trying to add some graphic update (weather and that kind of stuff). So I got at the official blitz3D website to get some codes from the archive.I picked this one : www.blitzbasic.com/codearcs/codearcs.php?code=961I started to put it in myengine and now I encounter a problem. What should I do about this line : s\entity = CopyEntity(snow,ML_camera) What should I replace ML_Camera by ? ( Since ML_camera was the camera of the example). Hope someone will be able to help me out.
|
|
samcrossette
Relic Team
Advanced Coder,Stage Maker & Photoshoper
Posts: 427
|
Post by samcrossette on May 8, 2012 0:37:58 GMT -5
Nobody ?
|
|
Jloy2
Full Member
Moving at a somewhat fast pace!
Posts: 191
|
Post by Jloy2 on May 8, 2012 1:55:44 GMT -5
The variable is c/Entity I think.
|
|
samcrossette
Relic Team
Advanced Coder,Stage Maker & Photoshoper
Posts: 427
|
Post by samcrossette on May 8, 2012 2:09:55 GMT -5
The variable is c/Entity I think. I've already tried this one and got this : Then again, maybe it's because of the snow code
|
|
Jloy2
Full Member
Moving at a somewhat fast pace!
Posts: 191
|
Post by Jloy2 on May 8, 2012 3:33:16 GMT -5
Use Debug Launch to find where the dividing by zero is happening.
|
|
samcrossette
Relic Team
Advanced Coder,Stage Maker & Photoshoper
Posts: 427
|
Post by samcrossette on May 8, 2012 5:09:54 GMT -5
Use Debug Launch to find where the dividing by zero is happening. That's kinda weird, it happens here : s\entity = CopyEntity(snow,c/Entity)
|
|
|
Post by sonicman19984eva on May 9, 2012 15:35:53 GMT -5
wow ur in a pickle
|
|
|
Post by chaosshadic456 on Jan 15, 2013 10:09:11 GMT -5
Use Debug Launch to find where the dividing by zero is happening. That's kinda weird, it happens here : s\entity = CopyEntity(snow,c/Entity) s\Entity and c\Entity =
|
|
Sonic Warrior
Junior Member
Newbie stage maker; constantly cancels stages.
Posts: 80
|
Post by Sonic Warrior on Jan 15, 2013 18:48:07 GMT -5
It's for blitz sonic advanced version 2 and he did add the weather effects, but there's no sounds.
|
|